Shades of Deep Lilac #9951AA
Tints of Deep Lilac #9951AA
RGB
CMYK
RGB Variations
Color information
#9951AA (or 0x9951AA) is known color: Deep Lilac. HEX triplet: 99, 51 and AA. RGB value is (153,81,170). Sum of RGB (Red+Green+Blue) = 153+81+170=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #9951AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9951AA is #66AE55. Grayscale: #707070. Windows color (decimal): -6729302 or 11162009. OLE color: 11162009.
HSL color Cylindrical-coordinate representation of color #9951AA: hue angle of 288.54º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9951AA is Cyan = 0.1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 81 | 170 | - |
| CMYK | 0.1 | 0.52 | 0 | 0.33 |
| HSL | 288.54º | 0.35% | 0.49% | - |
| HSV(B) | 288.54º | 0.52% | 0.67% | - |
| XYZ | 23.34 | 15.56 | 39.8 | - |
| YUV | 112.67 | 160.35 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 170 | 0.1 | 0.52 | 0 | 0.33 | 288.54 | 0.35 | 0.49 |
| Hex | 99 | 51 | AA | A | 34 | 0 | 21 | 121 | 23 | 31 |
| Octal | 231 | 121 | 252 | 12 | 64 | 0 | 41 | 441 | 43 | 61 |
| Binary | 10011001 | 1010001 | 10101010 | 1010 | 110100 | 0 | 100001 | 100100001 | 100011 | 110001 |
Color Harmonies of #9951AA
Complementary color
Monochromatic Colors of #9951AA
Black with #9951AA
Text Example
Text Example
White with #9951AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9951AA; }
p { color: rgb(153,81,170); }
H1.HeaderClassName
{
color: #9951AA;
}
.AnyTagClassName
{
color: #9951AA;
}
</style>
background-color css
<style>
a { background-color: #9951AA; }
a { background-color: rgb(153,81,170); }
div.DivClassName
{
background-color: #9951AA;
}
.BgClassName
{
background-color: #9951AA;
}
</style>
border-color css
<style>
span { border-color: #9951AA; }
span { border-color: rgb(153,81,170); }
td.TdClassName
{
border-color: #9951AA;
}
.TagClassName
{
border-color: #9951AA;
}
</style>