Shades of Deep Lilac #9C4EC5
Tints of Deep Lilac #9C4EC5
RGB
CMYK
RGB Variations
Color information
#9C4EC5 (or 0x9C4EC5) is known color: Deep Lilac. HEX triplet: 9C, 4E and C5. RGB value is (156,78,197). Sum of RGB (Red+Green+Blue) = 156+78+197=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 197 (77.34% from 255 or 45.71% from 431); Max value from RGB is 197 - color contains mainly: blue. Hex color #9C4EC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C4EC5 is #63B13A. Grayscale: #727272. Windows color (decimal): -6533435 or 12930716. OLE color: 12930716.
HSL color Cylindrical-coordinate representation of color #9C4EC5: hue angle of 279.33º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C4EC5 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 78 | 197 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.23 |
| HSL | 279.33º | 0.51% | 0.54% | - |
| HSV(B) | 279.33º | 0.6% | 0.77% | - |
| XYZ | 26.51 | 16.55 | 54.62 | - |
| YUV | 114.89 | 174.34 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 78 | 197 | 0.21 | 0.60 | 0 | 0.23 | 279.33 | 0.51 | 0.54 |
| Hex | 9C | 4E | C5 | 15 | 3C | 0 | 17 | 117 | 33 | 36 |
| Octal | 234 | 116 | 305 | 25 | 74 | 0 | 27 | 427 | 63 | 66 |
| Binary | 10011100 | 1001110 | 11000101 | 10101 | 111100 | 0 | 10111 | 100010111 | 110011 | 110110 |
Color Harmonies of #9C4EC5
Complementary color
Monochromatic Colors of #9C4EC5
Black with #9C4EC5
Text Example
Text Example
White with #9C4EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4EC5; }
p { color: rgb(156,78,197); }
H1.HeaderClassName
{
color: #9C4EC5;
}
.AnyTagClassName
{
color: #9C4EC5;
}
</style>
background-color css
<style>
a { background-color: #9C4EC5; }
a { background-color: rgb(156,78,197); }
div.DivClassName
{
background-color: #9C4EC5;
}
.BgClassName
{
background-color: #9C4EC5;
}
</style>
border-color css
<style>
span { border-color: #9C4EC5; }
span { border-color: rgb(156,78,197); }
td.TdClassName
{
border-color: #9C4EC5;
}
.TagClassName
{
border-color: #9C4EC5;
}
</style>