#91 DarkMagenta
#8700AF
ExtendedHEX#8700AF
RGB135, 0, 175
HSL286°, 100%, 34%
CMYK23%, 100%, 0%, 31%
Xterm ID91
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;91m Background (fondo)
\x1b[48;5;91m Bash echo
echo -e "\033[38;5;91mTexto\033[0m" Python
print(f"\033[38;5;91mTexto\033[0m") CSS
Color HEX
color: #8700AF; Color RGB
color: rgb(135, 0, 175); Background
background-color: #8700AF;