Shades of Deep Lilac #9E4DB3
Tints of Deep Lilac #9E4DB3
RGB
CMYK
RGB Variations
Color information
#9E4DB3 (or 0x9E4DB3) is known color: Deep Lilac. HEX triplet: 9E, 4D and B3. RGB value is (158,77,179). Sum of RGB (Red+Green+Blue) = 158+77+179=414 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.16% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 179 (70.31% from 255 or 43.24% from 414); Max value from RGB is 179 - color contains mainly: blue. Hex color #9E4DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4DB3 is #61B24C. Grayscale: #707070. Windows color (decimal): -6402637 or 11750814. OLE color: 11750814.
HSL color Cylindrical-coordinate representation of color #9E4DB3: hue angle of 287.65º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E4DB3 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 158 | 77 | 179 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.30 |
| HSL | 287.65º | 0.4% | 0.5% | - |
| HSV(B) | 287.65º | 0.57% | 0.7% | - |
| XYZ | 24.89 | 15.83 | 44.39 | - |
| YUV | 112.85 | 165.34 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 179 | 0.12 | 0.57 | 0 | 0.30 | 287.65 | 0.4 | 0.5 |
| Hex | 9E | 4D | B3 | C | 39 | 0 | 1E | 120 | 28 | 32 |
| Octal | 236 | 115 | 263 | 14 | 71 | 0 | 36 | 440 | 50 | 62 |
| Binary | 10011110 | 1001101 | 10110011 | 1100 | 111001 | 0 | 11110 | 100100000 | 101000 | 110010 |
Color Harmonies of #9E4DB3
Complementary color
Monochromatic Colors of #9E4DB3
Black with #9E4DB3
Text Example
Text Example
White with #9E4DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4DB3; }
p { color: rgb(158,77,179); }
H1.HeaderClassName
{
color: #9E4DB3;
}
.AnyTagClassName
{
color: #9E4DB3;
}
</style>
background-color css
<style>
a { background-color: #9E4DB3; }
a { background-color: rgb(158,77,179); }
div.DivClassName
{
background-color: #9E4DB3;
}
.BgClassName
{
background-color: #9E4DB3;
}
</style>
border-color css
<style>
span { border-color: #9E4DB3; }
span { border-color: rgb(158,77,179); }
td.TdClassName
{
border-color: #9E4DB3;
}
.TagClassName
{
border-color: #9E4DB3;
}
</style>