Shades of Deep Lilac #9D56B1
Tints of Deep Lilac #9D56B1
RGB
CMYK
RGB Variations
Color information
#9D56B1 (or 0x9D56B1) is known color: Deep Lilac. HEX triplet: 9D, 56 and B1. RGB value is (157,86,177). Sum of RGB (Red+Green+Blue) = 157+86+177=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 177 (69.53% from 255 or 42.14% from 420); Max value from RGB is 177 - color contains mainly: blue. Hex color #9D56B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D56B1 is #62A94E. Grayscale: #757575. Windows color (decimal): -6465871 or 11622045. OLE color: 11622045.
HSL color Cylindrical-coordinate representation of color #9D56B1: hue angle of 286.81º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D56B1 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 86 | 177 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.31 |
| HSL | 286.81º | 0.37% | 0.52% | - |
| HSV(B) | 286.81º | 0.51% | 0.69% | - |
| XYZ | 25.17 | 17 | 43.55 | - |
| YUV | 117.6 | 161.52 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 86 | 177 | 0.11 | 0.51 | 0 | 0.31 | 286.81 | 0.37 | 0.52 |
| Hex | 9D | 56 | B1 | B | 33 | 0 | 1F | 11F | 25 | 34 |
| Octal | 235 | 126 | 261 | 13 | 63 | 0 | 37 | 437 | 45 | 64 |
| Binary | 10011101 | 1010110 | 10110001 | 1011 | 110011 | 0 | 11111 | 100011111 | 100101 | 110100 |
Color Harmonies of #9D56B1
Complementary color
Monochromatic Colors of #9D56B1
Black with #9D56B1
Text Example
Text Example
White with #9D56B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D56B1; }
p { color: rgb(157,86,177); }
H1.HeaderClassName
{
color: #9D56B1;
}
.AnyTagClassName
{
color: #9D56B1;
}
</style>
background-color css
<style>
a { background-color: #9D56B1; }
a { background-color: rgb(157,86,177); }
div.DivClassName
{
background-color: #9D56B1;
}
.BgClassName
{
background-color: #9D56B1;
}
</style>
border-color css
<style>
span { border-color: #9D56B1; }
span { border-color: rgb(157,86,177); }
td.TdClassName
{
border-color: #9D56B1;
}
.TagClassName
{
border-color: #9D56B1;
}
</style>