Shades of Deep Lilac #9E62C0
Tints of Deep Lilac #9E62C0
RGB
CMYK
RGB Variations
Color information
#9E62C0 (or 0x9E62C0) is known color: Deep Lilac. HEX triplet: 9E, 62 and C0. RGB value is (158,98,192). Sum of RGB (Red+Green+Blue) = 158+98+192=448 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.27% from 448); Green value is 98 (38.67% from 255 or 21.88% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #9E62C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E62C0 is #619D3F. Grayscale: #7E7E7E. Windows color (decimal): -6397248 or 12608158. OLE color: 12608158.
HSL color Cylindrical-coordinate representation of color #9E62C0: hue angle of 278.3º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E62C0 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 98 | 192 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.25 |
| HSL | 278.3º | 0.43% | 0.57% | - |
| HSV(B) | 278.3º | 0.49% | 0.75% | - |
| XYZ | 27.98 | 19.81 | 52.22 | - |
| YUV | 126.66 | 164.88 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 98 | 192 | 0.18 | 0.49 | 0 | 0.25 | 278.3 | 0.43 | 0.57 |
| Hex | 9E | 62 | C0 | 12 | 31 | 0 | 19 | 116 | 2B | 39 |
| Octal | 236 | 142 | 300 | 22 | 61 | 0 | 31 | 426 | 53 | 71 |
| Binary | 10011110 | 1100010 | 11000000 | 10010 | 110001 | 0 | 11001 | 100010110 | 101011 | 111001 |
Color Harmonies of #9E62C0
Complementary color
Monochromatic Colors of #9E62C0
Black with #9E62C0
Text Example
Text Example
White with #9E62C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E62C0; }
p { color: rgb(158,98,192); }
H1.HeaderClassName
{
color: #9E62C0;
}
.AnyTagClassName
{
color: #9E62C0;
}
</style>
background-color css
<style>
a { background-color: #9E62C0; }
a { background-color: rgb(158,98,192); }
div.DivClassName
{
background-color: #9E62C0;
}
.BgClassName
{
background-color: #9E62C0;
}
</style>
border-color css
<style>
span { border-color: #9E62C0; }
span { border-color: rgb(158,98,192); }
td.TdClassName
{
border-color: #9E62C0;
}
.TagClassName
{
border-color: #9E62C0;
}
</style>