Shades of Deep Lilac #9C56AB
Tints of Deep Lilac #9C56AB
RGB
CMYK
RGB Variations
Color information
#9C56AB (or 0x9C56AB) is known color: Deep Lilac. HEX triplet: 9C, 56 and AB. RGB value is (156,86,171). Sum of RGB (Red+Green+Blue) = 156+86+171=413 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.77% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C56AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C56AB is #63A954. Grayscale: #747474. Windows color (decimal): -6531413 or 11228828. OLE color: 11228828.
HSL color Cylindrical-coordinate representation of color #9C56AB: hue angle of 289.41º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C56AB is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 86 | 171 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.33 |
| HSL | 289.41º | 0.34% | 0.5% | - |
| HSV(B) | 289.41º | 0.5% | 0.67% | - |
| XYZ | 24.39 | 16.66 | 40.46 | - |
| YUV | 116.62 | 158.69 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 86 | 171 | 0.09 | 0.50 | 0 | 0.33 | 289.41 | 0.34 | 0.5 |
| Hex | 9C | 56 | AB | 9 | 32 | 0 | 21 | 121 | 22 | 32 |
| Octal | 234 | 126 | 253 | 11 | 62 | 0 | 41 | 441 | 42 | 62 |
| Binary | 10011100 | 1010110 | 10101011 | 1001 | 110010 | 0 | 100001 | 100100001 | 100010 | 110010 |
Color Harmonies of #9C56AB
Complementary color
Monochromatic Colors of #9C56AB
Black with #9C56AB
Text Example
Text Example
White with #9C56AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C56AB; }
p { color: rgb(156,86,171); }
H1.HeaderClassName
{
color: #9C56AB;
}
.AnyTagClassName
{
color: #9C56AB;
}
</style>
background-color css
<style>
a { background-color: #9C56AB; }
a { background-color: rgb(156,86,171); }
div.DivClassName
{
background-color: #9C56AB;
}
.BgClassName
{
background-color: #9C56AB;
}
</style>
border-color css
<style>
span { border-color: #9C56AB; }
span { border-color: rgb(156,86,171); }
td.TdClassName
{
border-color: #9C56AB;
}
.TagClassName
{
border-color: #9C56AB;
}
</style>