Shades of Deep Lilac #9D56BD
Tints of Deep Lilac #9D56BD
RGB
CMYK
RGB Variations
Color information
#9D56BD (or 0x9D56BD) is known color: Deep Lilac. HEX triplet: 9D, 56 and BD. RGB value is (157,86,189). Sum of RGB (Red+Green+Blue) = 157+86+189=432 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.34% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #9D56BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D56BD is #62A942. Grayscale: #767676. Windows color (decimal): -6465859 or 12408477. OLE color: 12408477.
HSL color Cylindrical-coordinate representation of color #9D56BD: hue angle of 281.36º 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 #9D56BD is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 86 | 189 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.26 |
| HSL | 281.36º | 0.44% | 0.54% | - |
| HSV(B) | 281.36º | 0.54% | 0.74% | - |
| XYZ | 26.42 | 17.5 | 50.13 | - |
| YUV | 118.97 | 167.52 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 86 | 189 | 0.17 | 0.54 | 0 | 0.26 | 281.36 | 0.44 | 0.54 |
| Hex | 9D | 56 | BD | 11 | 36 | 0 | 1A | 119 | 2C | 36 |
| Octal | 235 | 126 | 275 | 21 | 66 | 0 | 32 | 431 | 54 | 66 |
| Binary | 10011101 | 1010110 | 10111101 | 10001 | 110110 | 0 | 11010 | 100011001 | 101100 | 110110 |
Color Harmonies of #9D56BD
Complementary color
Monochromatic Colors of #9D56BD
Black with #9D56BD
Text Example
Text Example
White with #9D56BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D56BD; }
p { color: rgb(157,86,189); }
H1.HeaderClassName
{
color: #9D56BD;
}
.AnyTagClassName
{
color: #9D56BD;
}
</style>
background-color css
<style>
a { background-color: #9D56BD; }
a { background-color: rgb(157,86,189); }
div.DivClassName
{
background-color: #9D56BD;
}
.BgClassName
{
background-color: #9D56BD;
}
</style>
border-color css
<style>
span { border-color: #9D56BD; }
span { border-color: rgb(157,86,189); }
td.TdClassName
{
border-color: #9D56BD;
}
.TagClassName
{
border-color: #9D56BD;
}
</style>