Shades of Deep Lilac #9D56C6
Tints of Deep Lilac #9D56C6
RGB
CMYK
RGB Variations
Color information
#9D56C6 (or 0x9D56C6) is known color: Deep Lilac. HEX triplet: 9D, 56 and C6. RGB value is (157,86,198). Sum of RGB (Red+Green+Blue) = 157+86+198=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 198 - color contains mainly: blue. Hex color #9D56C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D56C6 is #62A939. Grayscale: #777777. Windows color (decimal): -6465850 or 12998301. OLE color: 12998301.
HSL color Cylindrical-coordinate representation of color #9D56C6: hue angle of 278.04º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D56C6 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 86 | 198 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.22 |
| HSL | 278.04º | 0.5% | 0.56% | - |
| HSV(B) | 278.04º | 0.57% | 0.78% | - |
| XYZ | 27.43 | 17.9 | 55.44 | - |
| YUV | 120 | 172.02 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 86 | 198 | 0.21 | 0.57 | 0 | 0.22 | 278.04 | 0.5 | 0.56 |
| Hex | 9D | 56 | C6 | 15 | 39 | 0 | 16 | 116 | 32 | 38 |
| Octal | 235 | 126 | 306 | 25 | 71 | 0 | 26 | 426 | 62 | 70 |
| Binary | 10011101 | 1010110 | 11000110 | 10101 | 111001 | 0 | 10110 | 100010110 | 110010 | 111000 |
Color Harmonies of #9D56C6
Complementary color
Monochromatic Colors of #9D56C6
Black with #9D56C6
Text Example
Text Example
White with #9D56C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D56C6; }
p { color: rgb(157,86,198); }
H1.HeaderClassName
{
color: #9D56C6;
}
.AnyTagClassName
{
color: #9D56C6;
}
</style>
background-color css
<style>
a { background-color: #9D56C6; }
a { background-color: rgb(157,86,198); }
div.DivClassName
{
background-color: #9D56C6;
}
.BgClassName
{
background-color: #9D56C6;
}
</style>
border-color css
<style>
span { border-color: #9D56C6; }
span { border-color: rgb(157,86,198); }
td.TdClassName
{
border-color: #9D56C6;
}
.TagClassName
{
border-color: #9D56C6;
}
</style>