Shades of Deep Lilac #9959BD
Tints of Deep Lilac #9959BD
RGB
CMYK
RGB Variations
Color information
#9959BD (or 0x9959BD) is known color: Deep Lilac. HEX triplet: 99, 59 and BD. RGB value is (153,89,189). Sum of RGB (Red+Green+Blue) = 153+89+189=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #9959BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9959BD is #66A642. Grayscale: #777777. Windows color (decimal): -6727235 or 12409241. OLE color: 12409241.
HSL color Cylindrical-coordinate representation of color #9959BD: hue angle of 278.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9959BD is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 89 | 189 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.26 |
| HSL | 278.4º | 0.43% | 0.55% | - |
| HSV(B) | 278.4º | 0.53% | 0.74% | - |
| XYZ | 25.89 | 17.59 | 50.17 | - |
| YUV | 119.54 | 167.2 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 89 | 189 | 0.19 | 0.53 | 0 | 0.26 | 278.4 | 0.43 | 0.55 |
| Hex | 99 | 59 | BD | 13 | 35 | 0 | 1A | 116 | 2B | 37 |
| Octal | 231 | 131 | 275 | 23 | 65 | 0 | 32 | 426 | 53 | 67 |
| Binary | 10011001 | 1011001 | 10111101 | 10011 | 110101 | 0 | 11010 | 100010110 | 101011 | 110111 |
Color Harmonies of #9959BD
Complementary color
Monochromatic Colors of #9959BD
Black with #9959BD
Text Example
Text Example
White with #9959BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9959BD; }
p { color: rgb(153,89,189); }
H1.HeaderClassName
{
color: #9959BD;
}
.AnyTagClassName
{
color: #9959BD;
}
</style>
background-color css
<style>
a { background-color: #9959BD; }
a { background-color: rgb(153,89,189); }
div.DivClassName
{
background-color: #9959BD;
}
.BgClassName
{
background-color: #9959BD;
}
</style>
border-color css
<style>
span { border-color: #9959BD; }
span { border-color: rgb(153,89,189); }
td.TdClassName
{
border-color: #9959BD;
}
.TagClassName
{
border-color: #9959BD;
}
</style>