Shades of Deep Lilac #9955AA
Tints of Deep Lilac #9955AA
RGB
CMYK
RGB Variations
Color information
#9955AA (or 0x9955AA) is known color: Deep Lilac. HEX triplet: 99, 55 and AA. RGB value is (153,85,170). Sum of RGB (Red+Green+Blue) = 153+85+170=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #9955AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9955AA is #66AA55. Grayscale: #727272. Windows color (decimal): -6728278 or 11163033. OLE color: 11163033.
HSL color Cylindrical-coordinate representation of color #9955AA: hue angle of 288º degrees, saturation: 0.33, 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 #9955AA is Cyan = 0.1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 85 | 170 | - |
| CMYK | 0.1 | 0.50 | 0 | 0.33 |
| HSL | 288º | 0.33% | 0.5% | - |
| HSV(B) | 288º | 0.5% | 0.67% | - |
| XYZ | 23.64 | 16.17 | 39.91 | - |
| YUV | 115.02 | 159.03 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 85 | 170 | 0.1 | 0.50 | 0 | 0.33 | 288 | 0.33 | 0.5 |
| Hex | 99 | 55 | AA | A | 32 | 0 | 21 | 120 | 21 | 32 |
| Octal | 231 | 125 | 252 | 12 | 62 | 0 | 41 | 440 | 41 | 62 |
| Binary | 10011001 | 1010101 | 10101010 | 1010 | 110010 | 0 | 100001 | 100100000 | 100001 | 110010 |
Color Harmonies of #9955AA
Complementary color
Monochromatic Colors of #9955AA
Black with #9955AA
Text Example
Text Example
White with #9955AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9955AA; }
p { color: rgb(153,85,170); }
H1.HeaderClassName
{
color: #9955AA;
}
.AnyTagClassName
{
color: #9955AA;
}
</style>
background-color css
<style>
a { background-color: #9955AA; }
a { background-color: rgb(153,85,170); }
div.DivClassName
{
background-color: #9955AA;
}
.BgClassName
{
background-color: #9955AA;
}
</style>
border-color css
<style>
span { border-color: #9955AA; }
span { border-color: rgb(153,85,170); }
td.TdClassName
{
border-color: #9955AA;
}
.TagClassName
{
border-color: #9955AA;
}
</style>