Shades of Amethyst #9E64CE
Tints of Amethyst #9E64CE
RGB
CMYK
RGB Variations
Color information
#9E64CE (or 0x9E64CE) is known color: Amethyst. HEX triplet: 9E, 64 and CE. RGB value is (158,100,206). Sum of RGB (Red+Green+Blue) = 158+100+206=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E64CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E64CE is #619B31. Grayscale: #818181. Windows color (decimal): -6396722 or 13526174. OLE color: 13526174.
HSL color Cylindrical-coordinate representation of color #9E64CE: hue angle of 272.83º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E64CE is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 100 | 206 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.19 |
| HSL | 272.83º | 0.52% | 0.6% | - |
| HSV(B) | 272.83º | 0.51% | 0.81% | - |
| XYZ | 29.8 | 20.84 | 60.84 | - |
| YUV | 129.43 | 171.22 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 100 | 206 | 0.23 | 0.51 | 0 | 0.19 | 272.83 | 0.52 | 0.6 |
| Hex | 9E | 64 | CE | 17 | 33 | 0 | 13 | 111 | 34 | 3C |
| Octal | 236 | 144 | 316 | 27 | 63 | 0 | 23 | 421 | 64 | 74 |
| Binary | 10011110 | 1100100 | 11001110 | 10111 | 110011 | 0 | 10011 | 100010001 | 110100 | 111100 |
Color Harmonies of #9E64CE
Complementary color
Monochromatic Colors of #9E64CE
Black with #9E64CE
Text Example
Text Example
White with #9E64CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E64CE; }
p { color: rgb(158,100,206); }
H1.HeaderClassName
{
color: #9E64CE;
}
.AnyTagClassName
{
color: #9E64CE;
}
</style>
background-color css
<style>
a { background-color: #9E64CE; }
a { background-color: rgb(158,100,206); }
div.DivClassName
{
background-color: #9E64CE;
}
.BgClassName
{
background-color: #9E64CE;
}
</style>
border-color css
<style>
span { border-color: #9E64CE; }
span { border-color: rgb(158,100,206); }
td.TdClassName
{
border-color: #9E64CE;
}
.TagClassName
{
border-color: #9E64CE;
}
</style>