#93 Purple
#8700FF
ExtendedHEX#8700FF
RGB135, 0, 255
HSL272°, 100%, 50%
CMYK47%, 100%, 0%, 0%
Xterm ID93
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;93m Background (fondo)
\x1b[48;5;93m Bash echo
echo -e "\033[38;5;93mTexto\033[0m" Python
print(f"\033[38;5;93mTexto\033[0m") CSS
Color HEX
color: #8700FF; Color RGB
color: rgb(135, 0, 255); Background
background-color: #8700FF;