Shades of Deep Lilac #9C4EC4
Tints of Deep Lilac #9C4EC4
RGB
CMYK
RGB Variations
Color information
#9C4EC4 (or 0x9C4EC4) is known color: Deep Lilac. HEX triplet: 9C, 4E and C4. RGB value is (156,78,196). Sum of RGB (Red+Green+Blue) = 156+78+196=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 196 (76.95% from 255 or 45.58% from 430); Max value from RGB is 196 - color contains mainly: blue. Hex color #9C4EC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C4EC4 is #63B13B. Grayscale: #727272. Windows color (decimal): -6533436 or 12865180. OLE color: 12865180.
HSL color Cylindrical-coordinate representation of color #9C4EC4: hue angle of 279.66º degrees, saturation: 0.5, 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 #9C4EC4 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 78 | 196 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.23 |
| HSL | 279.66º | 0.5% | 0.54% | - |
| HSV(B) | 279.66º | 0.6% | 0.77% | - |
| XYZ | 26.4 | 16.5 | 54.02 | - |
| YUV | 114.77 | 173.84 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 78 | 196 | 0.20 | 0.60 | 0 | 0.23 | 279.66 | 0.5 | 0.54 |
| Hex | 9C | 4E | C4 | 14 | 3C | 0 | 17 | 118 | 32 | 36 |
| Octal | 234 | 116 | 304 | 24 | 74 | 0 | 27 | 430 | 62 | 66 |
| Binary | 10011100 | 1001110 | 11000100 | 10100 | 111100 | 0 | 10111 | 100011000 | 110010 | 110110 |
Color Harmonies of #9C4EC4
Complementary color
Monochromatic Colors of #9C4EC4
Black with #9C4EC4
Text Example
Text Example
White with #9C4EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4EC4; }
p { color: rgb(156,78,196); }
H1.HeaderClassName
{
color: #9C4EC4;
}
.AnyTagClassName
{
color: #9C4EC4;
}
</style>
background-color css
<style>
a { background-color: #9C4EC4; }
a { background-color: rgb(156,78,196); }
div.DivClassName
{
background-color: #9C4EC4;
}
.BgClassName
{
background-color: #9C4EC4;
}
</style>
border-color css
<style>
span { border-color: #9C4EC4; }
span { border-color: rgb(156,78,196); }
td.TdClassName
{
border-color: #9C4EC4;
}
.TagClassName
{
border-color: #9C4EC4;
}
</style>