Shades of Deep Lilac #9954AA
Tints of Deep Lilac #9954AA
RGB
CMYK
RGB Variations
Color information
#9954AA (or 0x9954AA) is known color: Deep Lilac. HEX triplet: 99, 54 and AA. RGB value is (153,84,170). Sum of RGB (Red+Green+Blue) = 153+84+170=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #9954AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9954AA is #66AB55. Grayscale: #727272. Windows color (decimal): -6728534 or 11162777. OLE color: 11162777.
HSL color Cylindrical-coordinate representation of color #9954AA: hue angle of 288.14º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9954AA is Cyan = 0.1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 84 | 170 | - |
| CMYK | 0.1 | 0.51 | 0 | 0.33 |
| HSL | 288.14º | 0.34% | 0.5% | - |
| HSV(B) | 288.14º | 0.51% | 0.67% | - |
| XYZ | 23.56 | 16.02 | 39.88 | - |
| YUV | 114.44 | 159.36 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 170 | 0.1 | 0.51 | 0 | 0.33 | 288.14 | 0.34 | 0.5 |
| Hex | 99 | 54 | AA | A | 33 | 0 | 21 | 120 | 22 | 32 |
| Octal | 231 | 124 | 252 | 12 | 63 | 0 | 41 | 440 | 42 | 62 |
| Binary | 10011001 | 1010100 | 10101010 | 1010 | 110011 | 0 | 100001 | 100100000 | 100010 | 110010 |
Color Harmonies of #9954AA
Complementary color
Monochromatic Colors of #9954AA
Black with #9954AA
Text Example
Text Example
White with #9954AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9954AA; }
p { color: rgb(153,84,170); }
H1.HeaderClassName
{
color: #9954AA;
}
.AnyTagClassName
{
color: #9954AA;
}
</style>
background-color css
<style>
a { background-color: #9954AA; }
a { background-color: rgb(153,84,170); }
div.DivClassName
{
background-color: #9954AA;
}
.BgClassName
{
background-color: #9954AA;
}
</style>
border-color css
<style>
span { border-color: #9954AA; }
span { border-color: rgb(153,84,170); }
td.TdClassName
{
border-color: #9954AA;
}
.TagClassName
{
border-color: #9954AA;
}
</style>