Shades of Deep Lilac #9C4DAB
Tints of Deep Lilac #9C4DAB
RGB
CMYK
RGB Variations
Color information
#9C4DAB (or 0x9C4DAB) is known color: Deep Lilac. HEX triplet: 9C, 4D and AB. RGB value is (156,77,171). Sum of RGB (Red+Green+Blue) = 156+77+171=404 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.61% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C4DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C4DAB is #63B254. Grayscale: #6F6F6F. Windows color (decimal): -6533717 or 11226524. OLE color: 11226524.
HSL color Cylindrical-coordinate representation of color #9C4DAB: hue angle of 290.43º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C4DAB is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 77 | 171 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.33 |
| HSL | 290.43º | 0.38% | 0.49% | - |
| HSV(B) | 290.43º | 0.55% | 0.67% | - |
| XYZ | 23.71 | 15.32 | 40.23 | - |
| YUV | 111.34 | 161.67 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 77 | 171 | 0.09 | 0.55 | 0 | 0.33 | 290.43 | 0.38 | 0.49 |
| Hex | 9C | 4D | AB | 9 | 37 | 0 | 21 | 122 | 26 | 31 |
| Octal | 234 | 115 | 253 | 11 | 67 | 0 | 41 | 442 | 46 | 61 |
| Binary | 10011100 | 1001101 | 10101011 | 1001 | 110111 | 0 | 100001 | 100100010 | 100110 | 110001 |
Color Harmonies of #9C4DAB
Complementary color
Monochromatic Colors of #9C4DAB
Black with #9C4DAB
Text Example
Text Example
White with #9C4DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4DAB; }
p { color: rgb(156,77,171); }
H1.HeaderClassName
{
color: #9C4DAB;
}
.AnyTagClassName
{
color: #9C4DAB;
}
</style>
background-color css
<style>
a { background-color: #9C4DAB; }
a { background-color: rgb(156,77,171); }
div.DivClassName
{
background-color: #9C4DAB;
}
.BgClassName
{
background-color: #9C4DAB;
}
</style>
border-color css
<style>
span { border-color: #9C4DAB; }
span { border-color: rgb(156,77,171); }
td.TdClassName
{
border-color: #9C4DAB;
}
.TagClassName
{
border-color: #9C4DAB;
}
</style>