Shades of Deep Lilac #9C4AAA
Tints of Deep Lilac #9C4AAA
RGB
CMYK
RGB Variations
Color information
#9C4AAA (or 0x9C4AAA) is known color: Deep Lilac. HEX triplet: 9C, 4A and AA. RGB value is (156,74,170). Sum of RGB (Red+Green+Blue) = 156+74+170=400 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C4AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4AAA is #63B555. Grayscale: #6D6D6D. Windows color (decimal): -6534486 or 11160220. OLE color: 11160220.
HSL color Cylindrical-coordinate representation of color #9C4AAA: hue angle of 291.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C4AAA is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 74 | 170 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.33 |
| HSL | 291.25º | 0.39% | 0.48% | - |
| HSV(B) | 291.25º | 0.56% | 0.67% | - |
| XYZ | 23.41 | 14.87 | 39.67 | - |
| YUV | 109.46 | 162.17 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 74 | 170 | 0.08 | 0.56 | 0 | 0.33 | 291.25 | 0.39 | 0.48 |
| Hex | 9C | 4A | AA | 8 | 38 | 0 | 21 | 123 | 27 | 30 |
| Octal | 234 | 112 | 252 | 10 | 70 | 0 | 41 | 443 | 47 | 60 |
| Binary | 10011100 | 1001010 | 10101010 | 1000 | 111000 | 0 | 100001 | 100100011 | 100111 | 110000 |
Color Harmonies of #9C4AAA
Complementary color
Monochromatic Colors of #9C4AAA
Black with #9C4AAA
Text Example
Text Example
White with #9C4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4AAA; }
p { color: rgb(156,74,170); }
H1.HeaderClassName
{
color: #9C4AAA;
}
.AnyTagClassName
{
color: #9C4AAA;
}
</style>
background-color css
<style>
a { background-color: #9C4AAA; }
a { background-color: rgb(156,74,170); }
div.DivClassName
{
background-color: #9C4AAA;
}
.BgClassName
{
background-color: #9C4AAA;
}
</style>
border-color css
<style>
span { border-color: #9C4AAA; }
span { border-color: rgb(156,74,170); }
td.TdClassName
{
border-color: #9C4AAA;
}
.TagClassName
{
border-color: #9C4AAA;
}
</style>