Shades of Deep Lilac #9E4DCD
Tints of Deep Lilac #9E4DCD
RGB
CMYK
RGB Variations
Color information
#9E4DCD (or 0x9E4DCD) is known color: Deep Lilac. HEX triplet: 9E, 4D and CD. RGB value is (158,77,205). Sum of RGB (Red+Green+Blue) = 158+77+205=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E4DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4DCD is #61B232. Grayscale: #737373. Windows color (decimal): -6402611 or 13454750. OLE color: 13454750.
HSL color Cylindrical-coordinate representation of color #9E4DCD: hue angle of 277.97º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E4DCD is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 77 | 205 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.20 |
| HSL | 277.97º | 0.56% | 0.55% | - |
| HSV(B) | 277.97º | 0.62% | 0.8% | - |
| XYZ | 27.77 | 16.98 | 59.57 | - |
| YUV | 115.81 | 178.34 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 205 | 0.23 | 0.62 | 0 | 0.20 | 277.97 | 0.56 | 0.55 |
| Hex | 9E | 4D | CD | 17 | 3E | 0 | 14 | 116 | 38 | 37 |
| Octal | 236 | 115 | 315 | 27 | 76 | 0 | 24 | 426 | 70 | 67 |
| Binary | 10011110 | 1001101 | 11001101 | 10111 | 111110 | 0 | 10100 | 100010110 | 111000 | 110111 |
Color Harmonies of #9E4DCD
Complementary color
Monochromatic Colors of #9E4DCD
Black with #9E4DCD
Text Example
Text Example
White with #9E4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4DCD; }
p { color: rgb(158,77,205); }
H1.HeaderClassName
{
color: #9E4DCD;
}
.AnyTagClassName
{
color: #9E4DCD;
}
</style>
background-color css
<style>
a { background-color: #9E4DCD; }
a { background-color: rgb(158,77,205); }
div.DivClassName
{
background-color: #9E4DCD;
}
.BgClassName
{
background-color: #9E4DCD;
}
</style>
border-color css
<style>
span { border-color: #9E4DCD; }
span { border-color: rgb(158,77,205); }
td.TdClassName
{
border-color: #9E4DCD;
}
.TagClassName
{
border-color: #9E4DCD;
}
</style>