Shades of Deep Lilac #9C4DC0
Tints of Deep Lilac #9C4DC0
RGB
CMYK
RGB Variations
Color information
#9C4DC0 (or 0x9C4DC0) is known color: Deep Lilac. HEX triplet: 9C, 4D and C0. RGB value is (156,77,192). Sum of RGB (Red+Green+Blue) = 156+77+192=425 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.71% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 192 - color contains mainly: blue. Hex color #9C4DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C4DC0 is #63B23F. Grayscale: #717171. Windows color (decimal): -6533696 or 12602780. OLE color: 12602780.
HSL color Cylindrical-coordinate representation of color #9C4DC0: hue angle of 281.22º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C4DC0 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 77 | 192 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.25 |
| HSL | 281.22º | 0.48% | 0.53% | - |
| HSV(B) | 281.22º | 0.6% | 0.75% | - |
| XYZ | 25.88 | 16.18 | 51.63 | - |
| YUV | 113.73 | 172.17 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 77 | 192 | 0.19 | 0.60 | 0 | 0.25 | 281.22 | 0.48 | 0.53 |
| Hex | 9C | 4D | C0 | 13 | 3C | 0 | 19 | 119 | 30 | 35 |
| Octal | 234 | 115 | 300 | 23 | 74 | 0 | 31 | 431 | 60 | 65 |
| Binary | 10011100 | 1001101 | 11000000 | 10011 | 111100 | 0 | 11001 | 100011001 | 110000 | 110101 |
Color Harmonies of #9C4DC0
Complementary color
Monochromatic Colors of #9C4DC0
Black with #9C4DC0
Text Example
Text Example
White with #9C4DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4DC0; }
p { color: rgb(156,77,192); }
H1.HeaderClassName
{
color: #9C4DC0;
}
.AnyTagClassName
{
color: #9C4DC0;
}
</style>
background-color css
<style>
a { background-color: #9C4DC0; }
a { background-color: rgb(156,77,192); }
div.DivClassName
{
background-color: #9C4DC0;
}
.BgClassName
{
background-color: #9C4DC0;
}
</style>
border-color css
<style>
span { border-color: #9C4DC0; }
span { border-color: rgb(156,77,192); }
td.TdClassName
{
border-color: #9C4DC0;
}
.TagClassName
{
border-color: #9C4DC0;
}
</style>