Amethyst Hex Code — #9966CC
RGB, HSL, and CMYK values for Amethyst.
Amethyst Color Values
| Format | Value |
|---|---|
| HEX | #9966CC |
| RGB | rgb(153, 102, 204) |
| HSL | hsl(270, 50%, 60%) |
| CMYK | cmyk(25%, 50%, 0%, 20%) |
Want to explore more shades? Use our Color Converter
About Amethyst
Color psychology: Calm, peace, luxury.
Amethyst (#9966CC) is a medium shade of purple. It's commonly used in web design, graphic design, and branding where calm, peace, luxury are desired associations.
How to Use Amethyst in CSS
/* Using HEX */ color: #9966CC; background-color: #9966CC; /* Using RGB */ color: rgb(153, 102, 204); /* Using HSL */ color: hsl(270, 50%, 60%);