Shades of Deep Lilac #9959AA
Tints of Deep Lilac #9959AA
RGB
CMYK
RGB Variations
Color information
#9959AA (or 0x9959AA) is known color: Deep Lilac. HEX triplet: 99, 59 and AA. RGB value is (153,89,170). Sum of RGB (Red+Green+Blue) = 153+89+170=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #9959AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9959AA is #66A655. Grayscale: #757575. Windows color (decimal): -6727254 or 11164057. OLE color: 11164057.
HSL color Cylindrical-coordinate representation of color #9959AA: hue angle of 287.41º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9959AA is Cyan = 0.1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 89 | 170 | - |
| CMYK | 0.1 | 0.48 | 0 | 0.33 |
| HSL | 287.41º | 0.32% | 0.51% | - |
| HSV(B) | 287.41º | 0.48% | 0.67% | - |
| XYZ | 23.96 | 16.82 | 40.01 | - |
| YUV | 117.37 | 157.7 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 89 | 170 | 0.1 | 0.48 | 0 | 0.33 | 287.41 | 0.32 | 0.51 |
| Hex | 99 | 59 | AA | A | 30 | 0 | 21 | 11F | 20 | 33 |
| Octal | 231 | 131 | 252 | 12 | 60 | 0 | 41 | 437 | 40 | 63 |
| Binary | 10011001 | 1011001 | 10101010 | 1010 | 110000 | 0 | 100001 | 100011111 | 100000 | 110011 |
Color Harmonies of #9959AA
Complementary color
Monochromatic Colors of #9959AA
Black with #9959AA
Text Example
Text Example
White with #9959AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9959AA; }
p { color: rgb(153,89,170); }
H1.HeaderClassName
{
color: #9959AA;
}
.AnyTagClassName
{
color: #9959AA;
}
</style>
background-color css
<style>
a { background-color: #9959AA; }
a { background-color: rgb(153,89,170); }
div.DivClassName
{
background-color: #9959AA;
}
.BgClassName
{
background-color: #9959AA;
}
</style>
border-color css
<style>
span { border-color: #9959AA; }
span { border-color: rgb(153,89,170); }
td.TdClassName
{
border-color: #9959AA;
}
.TagClassName
{
border-color: #9959AA;
}
</style>