Shades of Deep Lilac #9E4DCF
Tints of Deep Lilac #9E4DCF
RGB
CMYK
RGB Variations
Color information
#9E4DCF (or 0x9E4DCF) is known color: Deep Lilac. HEX triplet: 9E, 4D and CF. RGB value is (158,77,207). Sum of RGB (Red+Green+Blue) = 158+77+207=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E4DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4DCF is #61B230. Grayscale: #737373. Windows color (decimal): -6402609 or 13585822. OLE color: 13585822.
HSL color Cylindrical-coordinate representation of color #9E4DCF: hue angle of 277.38º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E4DCF is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 77 | 207 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.19 |
| HSL | 277.38º | 0.58% | 0.56% | - |
| HSV(B) | 277.38º | 0.63% | 0.81% | - |
| XYZ | 28.02 | 17.08 | 60.85 | - |
| YUV | 116.04 | 179.34 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 207 | 0.24 | 0.63 | 0 | 0.19 | 277.38 | 0.58 | 0.56 |
| Hex | 9E | 4D | CF | 18 | 3F | 0 | 13 | 115 | 3A | 38 |
| Octal | 236 | 115 | 317 | 30 | 77 | 0 | 23 | 425 | 72 | 70 |
| Binary | 10011110 | 1001101 | 11001111 | 11000 | 111111 | 0 | 10011 | 100010101 | 111010 | 111000 |
Color Harmonies of #9E4DCF
Complementary color
Monochromatic Colors of #9E4DCF
Black with #9E4DCF
Text Example
Text Example
White with #9E4DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4DCF; }
p { color: rgb(158,77,207); }
H1.HeaderClassName
{
color: #9E4DCF;
}
.AnyTagClassName
{
color: #9E4DCF;
}
</style>
background-color css
<style>
a { background-color: #9E4DCF; }
a { background-color: rgb(158,77,207); }
div.DivClassName
{
background-color: #9E4DCF;
}
.BgClassName
{
background-color: #9E4DCF;
}
</style>
border-color css
<style>
span { border-color: #9E4DCF; }
span { border-color: rgb(158,77,207); }
td.TdClassName
{
border-color: #9E4DCF;
}
.TagClassName
{
border-color: #9E4DCF;
}
</style>