Shades of Deep Lilac #9E4DBF
Tints of Deep Lilac #9E4DBF
RGB
CMYK
RGB Variations
Color information
#9E4DBF (or 0x9E4DBF) is known color: Deep Lilac. HEX triplet: 9E, 4D and BF. RGB value is (158,77,191). Sum of RGB (Red+Green+Blue) = 158+77+191=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E4DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4DBF is #61B240. Grayscale: #717171. Windows color (decimal): -6402625 or 12537246. OLE color: 12537246.
HSL color Cylindrical-coordinate representation of color #9E4DBF: hue angle of 282.63º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9E4DBF is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 77 | 191 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.25 |
| HSL | 282.63º | 0.47% | 0.53% | - |
| HSV(B) | 282.63º | 0.6% | 0.75% | - |
| XYZ | 26.16 | 16.34 | 51.07 | - |
| YUV | 114.22 | 171.34 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 191 | 0.17 | 0.60 | 0 | 0.25 | 282.63 | 0.47 | 0.53 |
| Hex | 9E | 4D | BF | 11 | 3C | 0 | 19 | 11B | 2F | 35 |
| Octal | 236 | 115 | 277 | 21 | 74 | 0 | 31 | 433 | 57 | 65 |
| Binary | 10011110 | 1001101 | 10111111 | 10001 | 111100 | 0 | 11001 | 100011011 | 101111 | 110101 |
Color Harmonies of #9E4DBF
Complementary color
Monochromatic Colors of #9E4DBF
Black with #9E4DBF
Text Example
Text Example
White with #9E4DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4DBF; }
p { color: rgb(158,77,191); }
H1.HeaderClassName
{
color: #9E4DBF;
}
.AnyTagClassName
{
color: #9E4DBF;
}
</style>
background-color css
<style>
a { background-color: #9E4DBF; }
a { background-color: rgb(158,77,191); }
div.DivClassName
{
background-color: #9E4DBF;
}
.BgClassName
{
background-color: #9E4DBF;
}
</style>
border-color css
<style>
span { border-color: #9E4DBF; }
span { border-color: rgb(158,77,191); }
td.TdClassName
{
border-color: #9E4DBF;
}
.TagClassName
{
border-color: #9E4DBF;
}
</style>