Shades of Deep Lilac #9C48AB
Tints of Deep Lilac #9C48AB
RGB
CMYK
RGB Variations
Color information
#9C48AB (or 0x9C48AB) is known color: Deep Lilac. HEX triplet: 9C, 48 and AB. RGB value is (156,72,171). Sum of RGB (Red+Green+Blue) = 156+72+171=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C48AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C48AB is #63B754. Grayscale: #6C6C6C. Windows color (decimal): -6534997 or 11225244. OLE color: 11225244.
HSL color Cylindrical-coordinate representation of color #9C48AB: hue angle of 290.91º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C48AB is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 72 | 171 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.33 |
| HSL | 290.91º | 0.41% | 0.48% | - |
| HSV(B) | 290.91º | 0.58% | 0.67% | - |
| XYZ | 23.38 | 14.64 | 40.12 | - |
| YUV | 108.4 | 163.33 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 72 | 171 | 0.09 | 0.58 | 0 | 0.33 | 290.91 | 0.41 | 0.48 |
| Hex | 9C | 48 | AB | 9 | 3A | 0 | 21 | 123 | 29 | 30 |
| Octal | 234 | 110 | 253 | 11 | 72 | 0 | 41 | 443 | 51 | 60 |
| Binary | 10011100 | 1001000 | 10101011 | 1001 | 111010 | 0 | 100001 | 100100011 | 101001 | 110000 |
Color Harmonies of #9C48AB
Complementary color
Monochromatic Colors of #9C48AB
Black with #9C48AB
Text Example
Text Example
White with #9C48AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C48AB; }
p { color: rgb(156,72,171); }
H1.HeaderClassName
{
color: #9C48AB;
}
.AnyTagClassName
{
color: #9C48AB;
}
</style>
background-color css
<style>
a { background-color: #9C48AB; }
a { background-color: rgb(156,72,171); }
div.DivClassName
{
background-color: #9C48AB;
}
.BgClassName
{
background-color: #9C48AB;
}
</style>
border-color css
<style>
span { border-color: #9C48AB; }
span { border-color: rgb(156,72,171); }
td.TdClassName
{
border-color: #9C48AB;
}
.TagClassName
{
border-color: #9C48AB;
}
</style>