Shades of Deep Lilac #9C4EC1
Tints of Deep Lilac #9C4EC1
RGB
CMYK
RGB Variations
Color information
#9C4EC1 (or 0x9C4EC1) is known color: Deep Lilac. HEX triplet: 9C, 4E and C1. RGB value is (156,78,193). Sum of RGB (Red+Green+Blue) = 156+78+193=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 193 - color contains mainly: blue. Hex color #9C4EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C4EC1 is #63B13E. Grayscale: #727272. Windows color (decimal): -6533439 or 12668572. OLE color: 12668572.
HSL color Cylindrical-coordinate representation of color #9C4EC1: hue angle of 280.7º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C4EC1 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 78 | 193 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.24 |
| HSL | 280.7º | 0.48% | 0.53% | - |
| HSV(B) | 280.7º | 0.6% | 0.76% | - |
| XYZ | 26.06 | 16.37 | 52.24 | - |
| YUV | 114.43 | 172.34 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 78 | 193 | 0.19 | 0.60 | 0 | 0.24 | 280.7 | 0.48 | 0.53 |
| Hex | 9C | 4E | C1 | 13 | 3C | 0 | 18 | 119 | 30 | 35 |
| Octal | 234 | 116 | 301 | 23 | 74 | 0 | 30 | 431 | 60 | 65 |
| Binary | 10011100 | 1001110 | 11000001 | 10011 | 111100 | 0 | 11000 | 100011001 | 110000 | 110101 |
Color Harmonies of #9C4EC1
Complementary color
Monochromatic Colors of #9C4EC1
Black with #9C4EC1
Text Example
Text Example
White with #9C4EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4EC1; }
p { color: rgb(156,78,193); }
H1.HeaderClassName
{
color: #9C4EC1;
}
.AnyTagClassName
{
color: #9C4EC1;
}
</style>
background-color css
<style>
a { background-color: #9C4EC1; }
a { background-color: rgb(156,78,193); }
div.DivClassName
{
background-color: #9C4EC1;
}
.BgClassName
{
background-color: #9C4EC1;
}
</style>
border-color css
<style>
span { border-color: #9C4EC1; }
span { border-color: rgb(156,78,193); }
td.TdClassName
{
border-color: #9C4EC1;
}
.TagClassName
{
border-color: #9C4EC1;
}
</style>