Shades of Deep Lilac #9950AB
Tints of Deep Lilac #9950AB
RGB
CMYK
RGB Variations
Color information
#9950AB (or 0x9950AB) is known color: Deep Lilac. HEX triplet: 99, 50 and AB. RGB value is (153,80,171). Sum of RGB (Red+Green+Blue) = 153+80+171=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #9950AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9950AB is #66AF54. Grayscale: #6F6F6F. Windows color (decimal): -6729557 or 11227289. OLE color: 11227289.
HSL color Cylindrical-coordinate representation of color #9950AB: hue angle of 288.13º 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 #9950AB is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 80 | 171 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.33 |
| HSL | 288.13º | 0.36% | 0.49% | - |
| HSV(B) | 288.13º | 0.53% | 0.67% | - |
| XYZ | 23.36 | 15.45 | 40.28 | - |
| YUV | 112.2 | 161.18 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 80 | 171 | 0.11 | 0.53 | 0 | 0.33 | 288.13 | 0.36 | 0.49 |
| Hex | 99 | 50 | AB | B | 35 | 0 | 21 | 120 | 24 | 31 |
| Octal | 231 | 120 | 253 | 13 | 65 | 0 | 41 | 440 | 44 | 61 |
| Binary | 10011001 | 1010000 | 10101011 | 1011 | 110101 | 0 | 100001 | 100100000 | 100100 | 110001 |
Color Harmonies of #9950AB
Complementary color
Monochromatic Colors of #9950AB
Black with #9950AB
Text Example
Text Example
White with #9950AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9950AB; }
p { color: rgb(153,80,171); }
H1.HeaderClassName
{
color: #9950AB;
}
.AnyTagClassName
{
color: #9950AB;
}
</style>
background-color css
<style>
a { background-color: #9950AB; }
a { background-color: rgb(153,80,171); }
div.DivClassName
{
background-color: #9950AB;
}
.BgClassName
{
background-color: #9950AB;
}
</style>
border-color css
<style>
span { border-color: #9950AB; }
span { border-color: rgb(153,80,171); }
td.TdClassName
{
border-color: #9950AB;
}
.TagClassName
{
border-color: #9950AB;
}
</style>