Shades of Deep Lilac #9D56C1
Tints of Deep Lilac #9D56C1
RGB
CMYK
RGB Variations
Color information
#9D56C1 (or 0x9D56C1) is known color: Deep Lilac. HEX triplet: 9D, 56 and C1. RGB value is (157,86,193). Sum of RGB (Red+Green+Blue) = 157+86+193=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #9D56C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D56C1 is #62A93E. Grayscale: #777777. Windows color (decimal): -6465855 or 12670621. OLE color: 12670621.
HSL color Cylindrical-coordinate representation of color #9D56C1: hue angle of 279.81º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D56C1 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 86 | 193 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.24 |
| HSL | 279.81º | 0.46% | 0.55% | - |
| HSV(B) | 279.81º | 0.55% | 0.76% | - |
| XYZ | 26.86 | 17.67 | 52.45 | - |
| YUV | 119.43 | 169.52 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 86 | 193 | 0.19 | 0.55 | 0 | 0.24 | 279.81 | 0.46 | 0.55 |
| Hex | 9D | 56 | C1 | 13 | 37 | 0 | 18 | 118 | 2E | 37 |
| Octal | 235 | 126 | 301 | 23 | 67 | 0 | 30 | 430 | 56 | 67 |
| Binary | 10011101 | 1010110 | 11000001 | 10011 | 110111 | 0 | 11000 | 100011000 | 101110 | 110111 |
Color Harmonies of #9D56C1
Complementary color
Monochromatic Colors of #9D56C1
Black with #9D56C1
Text Example
Text Example
White with #9D56C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D56C1; }
p { color: rgb(157,86,193); }
H1.HeaderClassName
{
color: #9D56C1;
}
.AnyTagClassName
{
color: #9D56C1;
}
</style>
background-color css
<style>
a { background-color: #9D56C1; }
a { background-color: rgb(157,86,193); }
div.DivClassName
{
background-color: #9D56C1;
}
.BgClassName
{
background-color: #9D56C1;
}
</style>
border-color css
<style>
span { border-color: #9D56C1; }
span { border-color: rgb(157,86,193); }
td.TdClassName
{
border-color: #9D56C1;
}
.TagClassName
{
border-color: #9D56C1;
}
</style>