Shades of Deep Lilac #9957BD
Tints of Deep Lilac #9957BD
RGB
CMYK
RGB Variations
Color information
#9957BD (or 0x9957BD) is known color: Deep Lilac. HEX triplet: 99, 57 and BD. RGB value is (153,87,189). Sum of RGB (Red+Green+Blue) = 153+87+189=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #9957BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9957BD is #66A842. Grayscale: #767676. Windows color (decimal): -6727747 or 12408729. OLE color: 12408729.
HSL color Cylindrical-coordinate representation of color #9957BD: hue angle of 278.82º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9957BD is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 87 | 189 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.26 |
| HSL | 278.82º | 0.44% | 0.54% | - |
| HSV(B) | 278.82º | 0.54% | 0.74% | - |
| XYZ | 25.73 | 17.26 | 50.12 | - |
| YUV | 118.36 | 167.87 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 87 | 189 | 0.19 | 0.54 | 0 | 0.26 | 278.82 | 0.44 | 0.54 |
| Hex | 99 | 57 | BD | 13 | 36 | 0 | 1A | 117 | 2C | 36 |
| Octal | 231 | 127 | 275 | 23 | 66 | 0 | 32 | 427 | 54 | 66 |
| Binary | 10011001 | 1010111 | 10111101 | 10011 | 110110 | 0 | 11010 | 100010111 | 101100 | 110110 |
Color Harmonies of #9957BD
Complementary color
Monochromatic Colors of #9957BD
Black with #9957BD
Text Example
Text Example
White with #9957BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9957BD; }
p { color: rgb(153,87,189); }
H1.HeaderClassName
{
color: #9957BD;
}
.AnyTagClassName
{
color: #9957BD;
}
</style>
background-color css
<style>
a { background-color: #9957BD; }
a { background-color: rgb(153,87,189); }
div.DivClassName
{
background-color: #9957BD;
}
.BgClassName
{
background-color: #9957BD;
}
</style>
border-color css
<style>
span { border-color: #9957BD; }
span { border-color: rgb(153,87,189); }
td.TdClassName
{
border-color: #9957BD;
}
.TagClassName
{
border-color: #9957BD;
}
</style>