Shades of Amethyst #9E64DD
Tints of Amethyst #9E64DD
RGB
CMYK
RGB Variations
Color information
#9E64DD (or 0x9E64DD) is known color: Amethyst. HEX triplet: 9E, 64 and DD. RGB value is (158,100,221). Sum of RGB (Red+Green+Blue) = 158+100+221=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E64DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E64DD is #619B22. Grayscale: #828282. Windows color (decimal): -6396707 or 14509214. OLE color: 14509214.
HSL color Cylindrical-coordinate representation of color #9E64DD: hue angle of 268.76º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E64DD is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 100 | 221 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.13 |
| HSL | 268.76º | 0.64% | 0.63% | - |
| HSV(B) | 268.76º | 0.55% | 0.87% | - |
| XYZ | 31.71 | 21.6 | 70.91 | - |
| YUV | 131.14 | 178.72 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 100 | 221 | 0.29 | 0.55 | 0 | 0.13 | 268.76 | 0.64 | 0.63 |
| Hex | 9E | 64 | DD | 1D | 37 | 0 | D | 10D | 40 | 3F |
| Octal | 236 | 144 | 335 | 35 | 67 | 0 | 15 | 415 | 100 | 77 |
| Binary | 10011110 | 1100100 | 11011101 | 11101 | 110111 | 0 | 1101 | 100001101 | 1000000 | 111111 |
Color Harmonies of #9E64DD
Complementary color
Monochromatic Colors of #9E64DD
Black with #9E64DD
Text Example
Text Example
White with #9E64DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E64DD; }
p { color: rgb(158,100,221); }
H1.HeaderClassName
{
color: #9E64DD;
}
.AnyTagClassName
{
color: #9E64DD;
}
</style>
background-color css
<style>
a { background-color: #9E64DD; }
a { background-color: rgb(158,100,221); }
div.DivClassName
{
background-color: #9E64DD;
}
.BgClassName
{
background-color: #9E64DD;
}
</style>
border-color css
<style>
span { border-color: #9E64DD; }
span { border-color: rgb(158,100,221); }
td.TdClassName
{
border-color: #9E64DD;
}
.TagClassName
{
border-color: #9E64DD;
}
</style>