Shades of Deep Lilac #9E4DCB
Tints of Deep Lilac #9E4DCB
RGB
CMYK
RGB Variations
Color information
#9E4DCB (or 0x9E4DCB) is known color: Deep Lilac. HEX triplet: 9E, 4D and CB. RGB value is (158,77,203). Sum of RGB (Red+Green+Blue) = 158+77+203=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E4DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4DCB is #61B234. Grayscale: #737373. Windows color (decimal): -6402613 or 13323678. OLE color: 13323678.
HSL color Cylindrical-coordinate representation of color #9E4DCB: hue angle of 278.57º degrees, saturation: 0.55, 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 #9E4DCB is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 77 | 203 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.20 |
| HSL | 278.57º | 0.55% | 0.55% | - |
| HSV(B) | 278.57º | 0.62% | 0.8% | - |
| XYZ | 27.53 | 16.89 | 58.31 | - |
| YUV | 115.58 | 177.34 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 203 | 0.22 | 0.62 | 0 | 0.20 | 278.57 | 0.55 | 0.55 |
| Hex | 9E | 4D | CB | 16 | 3E | 0 | 14 | 117 | 37 | 37 |
| Octal | 236 | 115 | 313 | 26 | 76 | 0 | 24 | 427 | 67 | 67 |
| Binary | 10011110 | 1001101 | 11001011 | 10110 | 111110 | 0 | 10100 | 100010111 | 110111 | 110111 |
Color Harmonies of #9E4DCB
Complementary color
Monochromatic Colors of #9E4DCB
Black with #9E4DCB
Text Example
Text Example
White with #9E4DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4DCB; }
p { color: rgb(158,77,203); }
H1.HeaderClassName
{
color: #9E4DCB;
}
.AnyTagClassName
{
color: #9E4DCB;
}
</style>
background-color css
<style>
a { background-color: #9E4DCB; }
a { background-color: rgb(158,77,203); }
div.DivClassName
{
background-color: #9E4DCB;
}
.BgClassName
{
background-color: #9E4DCB;
}
</style>
border-color css
<style>
span { border-color: #9E4DCB; }
span { border-color: rgb(158,77,203); }
td.TdClassName
{
border-color: #9E4DCB;
}
.TagClassName
{
border-color: #9E4DCB;
}
</style>