Shades of Deep Lilac #9D56CA
Tints of Deep Lilac #9D56CA
RGB
CMYK
RGB Variations
Color information
#9D56CA (or 0x9D56CA) is known color: Deep Lilac. HEX triplet: 9D, 56 and CA. RGB value is (157,86,202). Sum of RGB (Red+Green+Blue) = 157+86+202=445 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.28% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D56CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D56CA is #62A935. Grayscale: #787878. Windows color (decimal): -6465846 or 13260445. OLE color: 13260445.
HSL color Cylindrical-coordinate representation of color #9D56CA: hue angle of 276.72º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D56CA is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 86 | 202 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.21 |
| HSL | 276.72º | 0.52% | 0.56% | - |
| HSV(B) | 276.72º | 0.57% | 0.79% | - |
| XYZ | 27.89 | 18.09 | 57.9 | - |
| YUV | 120.45 | 174.02 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 86 | 202 | 0.22 | 0.57 | 0 | 0.21 | 276.72 | 0.52 | 0.56 |
| Hex | 9D | 56 | CA | 16 | 39 | 0 | 15 | 115 | 34 | 38 |
| Octal | 235 | 126 | 312 | 26 | 71 | 0 | 25 | 425 | 64 | 70 |
| Binary | 10011101 | 1010110 | 11001010 | 10110 | 111001 | 0 | 10101 | 100010101 | 110100 | 111000 |
Color Harmonies of #9D56CA
Complementary color
Monochromatic Colors of #9D56CA
Black with #9D56CA
Text Example
Text Example
White with #9D56CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D56CA; }
p { color: rgb(157,86,202); }
H1.HeaderClassName
{
color: #9D56CA;
}
.AnyTagClassName
{
color: #9D56CA;
}
</style>
background-color css
<style>
a { background-color: #9D56CA; }
a { background-color: rgb(157,86,202); }
div.DivClassName
{
background-color: #9D56CA;
}
.BgClassName
{
background-color: #9D56CA;
}
</style>
border-color css
<style>
span { border-color: #9D56CA; }
span { border-color: rgb(157,86,202); }
td.TdClassName
{
border-color: #9D56CA;
}
.TagClassName
{
border-color: #9D56CA;
}
</style>