Shades of Deep Lilac #9D59BD
Tints of Deep Lilac #9D59BD
RGB
CMYK
RGB Variations
Color information
#9D59BD (or 0x9D59BD) is known color: Deep Lilac. HEX triplet: 9D, 59 and BD. RGB value is (157,89,189). Sum of RGB (Red+Green+Blue) = 157+89+189=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #9D59BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D59BD is #62A642. Grayscale: #787878. Windows color (decimal): -6465091 or 12409245. OLE color: 12409245.
HSL color Cylindrical-coordinate representation of color #9D59BD: hue angle of 280.8º 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 #9D59BD is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 89 | 189 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.26 |
| HSL | 280.8º | 0.43% | 0.55% | - |
| HSV(B) | 280.8º | 0.53% | 0.74% | - |
| XYZ | 26.66 | 17.99 | 50.21 | - |
| YUV | 120.73 | 166.53 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 89 | 189 | 0.17 | 0.53 | 0 | 0.26 | 280.8 | 0.43 | 0.55 |
| Hex | 9D | 59 | BD | 11 | 35 | 0 | 1A | 119 | 2B | 37 |
| Octal | 235 | 131 | 275 | 21 | 65 | 0 | 32 | 431 | 53 | 67 |
| Binary | 10011101 | 1011001 | 10111101 | 10001 | 110101 | 0 | 11010 | 100011001 | 101011 | 110111 |
Color Harmonies of #9D59BD
Complementary color
Monochromatic Colors of #9D59BD
Black with #9D59BD
Text Example
Text Example
White with #9D59BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D59BD; }
p { color: rgb(157,89,189); }
H1.HeaderClassName
{
color: #9D59BD;
}
.AnyTagClassName
{
color: #9D59BD;
}
</style>
background-color css
<style>
a { background-color: #9D59BD; }
a { background-color: rgb(157,89,189); }
div.DivClassName
{
background-color: #9D59BD;
}
.BgClassName
{
background-color: #9D59BD;
}
</style>
border-color css
<style>
span { border-color: #9D59BD; }
span { border-color: rgb(157,89,189); }
td.TdClassName
{
border-color: #9D59BD;
}
.TagClassName
{
border-color: #9D59BD;
}
</style>