Shades of Deep Lilac #9950AA
Tints of Deep Lilac #9950AA
RGB
CMYK
RGB Variations
Color information
#9950AA (or 0x9950AA) is known color: Deep Lilac. HEX triplet: 99, 50 and AA. RGB value is (153,80,170). Sum of RGB (Red+Green+Blue) = 153+80+170=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #9950AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9950AA is #66AF55. Grayscale: #6F6F6F. Windows color (decimal): -6729558 or 11161753. OLE color: 11161753.
HSL color Cylindrical-coordinate representation of color #9950AA: hue angle of 288.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9950AA is Cyan = 0.1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 80 | 170 | - |
| CMYK | 0.1 | 0.53 | 0 | 0.33 |
| HSL | 288.67º | 0.36% | 0.49% | - |
| HSV(B) | 288.67º | 0.53% | 0.67% | - |
| XYZ | 23.26 | 15.41 | 39.78 | - |
| YUV | 112.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 80 | 170 | 0.1 | 0.53 | 0 | 0.33 | 288.67 | 0.36 | 0.49 |
| Hex | 99 | 50 | AA | A | 35 | 0 | 21 | 121 | 24 | 31 |
| Octal | 231 | 120 | 252 | 12 | 65 | 0 | 41 | 441 | 44 | 61 |
| Binary | 10011001 | 1010000 | 10101010 | 1010 | 110101 | 0 | 100001 | 100100001 | 100100 | 110001 |
Color Harmonies of #9950AA
Complementary color
Monochromatic Colors of #9950AA
Black with #9950AA
Text Example
Text Example
White with #9950AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9950AA; }
p { color: rgb(153,80,170); }
H1.HeaderClassName
{
color: #9950AA;
}
.AnyTagClassName
{
color: #9950AA;
}
</style>
background-color css
<style>
a { background-color: #9950AA; }
a { background-color: rgb(153,80,170); }
div.DivClassName
{
background-color: #9950AA;
}
.BgClassName
{
background-color: #9950AA;
}
</style>
border-color css
<style>
span { border-color: #9950AA; }
span { border-color: rgb(153,80,170); }
td.TdClassName
{
border-color: #9950AA;
}
.TagClassName
{
border-color: #9950AA;
}
</style>