Shades of Amethyst #9E62CE
Tints of Amethyst #9E62CE
RGB
CMYK
RGB Variations
Color information
#9E62CE (or 0x9E62CE) is known color: Amethyst. HEX triplet: 9E, 62 and CE. RGB value is (158,98,206). Sum of RGB (Red+Green+Blue) = 158+98+206=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E62CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E62CE is #619D31. Grayscale: #7F7F7F. Windows color (decimal): -6397234 or 13525662. OLE color: 13525662.
HSL color Cylindrical-coordinate representation of color #9E62CE: hue angle of 273.33º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E62CE is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 98 | 206 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.19 |
| HSL | 273.33º | 0.52% | 0.6% | - |
| HSV(B) | 273.33º | 0.52% | 0.81% | - |
| XYZ | 29.61 | 20.46 | 60.78 | - |
| YUV | 128.25 | 171.88 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 98 | 206 | 0.23 | 0.52 | 0 | 0.19 | 273.33 | 0.52 | 0.6 |
| Hex | 9E | 62 | CE | 17 | 34 | 0 | 13 | 111 | 34 | 3C |
| Octal | 236 | 142 | 316 | 27 | 64 | 0 | 23 | 421 | 64 | 74 |
| Binary | 10011110 | 1100010 | 11001110 | 10111 | 110100 | 0 | 10011 | 100010001 | 110100 | 111100 |
Color Harmonies of #9E62CE
Complementary color
Monochromatic Colors of #9E62CE
Black with #9E62CE
Text Example
Text Example
White with #9E62CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E62CE; }
p { color: rgb(158,98,206); }
H1.HeaderClassName
{
color: #9E62CE;
}
.AnyTagClassName
{
color: #9E62CE;
}
</style>
background-color css
<style>
a { background-color: #9E62CE; }
a { background-color: rgb(158,98,206); }
div.DivClassName
{
background-color: #9E62CE;
}
.BgClassName
{
background-color: #9E62CE;
}
</style>
border-color css
<style>
span { border-color: #9E62CE; }
span { border-color: rgb(158,98,206); }
td.TdClassName
{
border-color: #9E62CE;
}
.TagClassName
{
border-color: #9E62CE;
}
</style>