Shades of Deep Lilac #9951BD
Tints of Deep Lilac #9951BD
RGB
CMYK
RGB Variations
Color information
#9951BD (or 0x9951BD) is known color: Deep Lilac. HEX triplet: 99, 51 and BD. RGB value is (153,81,189). Sum of RGB (Red+Green+Blue) = 153+81+189=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #9951BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9951BD is #66AE42. Grayscale: #727272. Windows color (decimal): -6729283 or 12407193. OLE color: 12407193.
HSL color Cylindrical-coordinate representation of color #9951BD: hue angle of 280º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9951BD is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 81 | 189 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.26 |
| HSL | 280º | 0.45% | 0.53% | - |
| HSV(B) | 280º | 0.57% | 0.74% | - |
| XYZ | 25.26 | 16.33 | 49.96 | - |
| YUV | 114.84 | 169.85 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 189 | 0.19 | 0.57 | 0 | 0.26 | 280 | 0.45 | 0.53 |
| Hex | 99 | 51 | BD | 13 | 39 | 0 | 1A | 118 | 2D | 35 |
| Octal | 231 | 121 | 275 | 23 | 71 | 0 | 32 | 430 | 55 | 65 |
| Binary | 10011001 | 1010001 | 10111101 | 10011 | 111001 | 0 | 11010 | 100011000 | 101101 | 110101 |
Color Harmonies of #9951BD
Complementary color
Monochromatic Colors of #9951BD
Black with #9951BD
Text Example
Text Example
White with #9951BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9951BD; }
p { color: rgb(153,81,189); }
H1.HeaderClassName
{
color: #9951BD;
}
.AnyTagClassName
{
color: #9951BD;
}
</style>
background-color css
<style>
a { background-color: #9951BD; }
a { background-color: rgb(153,81,189); }
div.DivClassName
{
background-color: #9951BD;
}
.BgClassName
{
background-color: #9951BD;
}
</style>
border-color css
<style>
span { border-color: #9951BD; }
span { border-color: rgb(153,81,189); }
td.TdClassName
{
border-color: #9951BD;
}
.TagClassName
{
border-color: #9951BD;
}
</style>