Shades of Deep Lilac #9E4DC3
Tints of Deep Lilac #9E4DC3
RGB
CMYK
RGB Variations
Color information
#9E4DC3 (or 0x9E4DC3) is known color: Deep Lilac. HEX triplet: 9E, 4D and C3. RGB value is (158,77,195). Sum of RGB (Red+Green+Blue) = 158+77+195=430 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.74% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 195 (76.56% from 255 or 45.35% from 430); Max value from RGB is 195 - color contains mainly: blue. Hex color #9E4DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4DC3 is #61B23C. Grayscale: #727272. Windows color (decimal): -6402621 or 12799390. OLE color: 12799390.
HSL color Cylindrical-coordinate representation of color #9E4DC3: hue angle of 281.19º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9E4DC3 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 77 | 195 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.24 |
| HSL | 281.19º | 0.5% | 0.53% | - |
| HSV(B) | 281.19º | 0.61% | 0.76% | - |
| XYZ | 26.6 | 16.52 | 53.42 | - |
| YUV | 114.67 | 173.34 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 195 | 0.19 | 0.61 | 0 | 0.24 | 281.19 | 0.5 | 0.53 |
| Hex | 9E | 4D | C3 | 13 | 3D | 0 | 18 | 119 | 32 | 35 |
| Octal | 236 | 115 | 303 | 23 | 75 | 0 | 30 | 431 | 62 | 65 |
| Binary | 10011110 | 1001101 | 11000011 | 10011 | 111101 | 0 | 11000 | 100011001 | 110010 | 110101 |
Color Harmonies of #9E4DC3
Complementary color
Monochromatic Colors of #9E4DC3
Black with #9E4DC3
Text Example
Text Example
White with #9E4DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4DC3; }
p { color: rgb(158,77,195); }
H1.HeaderClassName
{
color: #9E4DC3;
}
.AnyTagClassName
{
color: #9E4DC3;
}
</style>
background-color css
<style>
a { background-color: #9E4DC3; }
a { background-color: rgb(158,77,195); }
div.DivClassName
{
background-color: #9E4DC3;
}
.BgClassName
{
background-color: #9E4DC3;
}
</style>
border-color css
<style>
span { border-color: #9E4DC3; }
span { border-color: rgb(158,77,195); }
td.TdClassName
{
border-color: #9E4DC3;
}
.TagClassName
{
border-color: #9E4DC3;
}
</style>