Shades of Deep Lilac #9C49AC
Tints of Deep Lilac #9C49AC
RGB
CMYK
RGB Variations
Color information
#9C49AC (or 0x9C49AC) is known color: Deep Lilac. HEX triplet: 9C, 49 and AC. RGB value is (156,73,172). Sum of RGB (Red+Green+Blue) = 156+73+172=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C49AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C49AC is #63B653. Grayscale: #6C6C6C. Windows color (decimal): -6534740 or 11291036. OLE color: 11291036.
HSL color Cylindrical-coordinate representation of color #9C49AC: hue angle of 290.3º degrees, saturation: 0.4, 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 #9C49AC is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 73 | 172 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.33 |
| HSL | 290.3º | 0.4% | 0.48% | - |
| HSV(B) | 290.3º | 0.58% | 0.67% | - |
| XYZ | 23.54 | 14.81 | 40.65 | - |
| YUV | 109.1 | 163.5 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 73 | 172 | 0.09 | 0.58 | 0 | 0.33 | 290.3 | 0.4 | 0.48 |
| Hex | 9C | 49 | AC | 9 | 3A | 0 | 21 | 122 | 28 | 30 |
| Octal | 234 | 111 | 254 | 11 | 72 | 0 | 41 | 442 | 50 | 60 |
| Binary | 10011100 | 1001001 | 10101100 | 1001 | 111010 | 0 | 100001 | 100100010 | 101000 | 110000 |
Color Harmonies of #9C49AC
Complementary color
Monochromatic Colors of #9C49AC
Black with #9C49AC
Text Example
Text Example
White with #9C49AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C49AC; }
p { color: rgb(156,73,172); }
H1.HeaderClassName
{
color: #9C49AC;
}
.AnyTagClassName
{
color: #9C49AC;
}
</style>
background-color css
<style>
a { background-color: #9C49AC; }
a { background-color: rgb(156,73,172); }
div.DivClassName
{
background-color: #9C49AC;
}
.BgClassName
{
background-color: #9C49AC;
}
</style>
border-color css
<style>
span { border-color: #9C49AC; }
span { border-color: rgb(156,73,172); }
td.TdClassName
{
border-color: #9C49AC;
}
.TagClassName
{
border-color: #9C49AC;
}
</style>