Shades of Deep Lilac #9D57CA
Tints of Deep Lilac #9D57CA
RGB
CMYK
RGB Variations
Color information
#9D57CA (or 0x9D57CA) is known color: Deep Lilac. HEX triplet: 9D, 57 and CA. RGB value is (157,87,202). Sum of RGB (Red+Green+Blue) = 157+87+202=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D57CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D57CA is #62A835. Grayscale: #787878. Windows color (decimal): -6465590 or 13260701. OLE color: 13260701.
HSL color Cylindrical-coordinate representation of color #9D57CA: hue angle of 276.52º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D57CA is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 87 | 202 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.21 |
| HSL | 276.52º | 0.52% | 0.57% | - |
| HSV(B) | 276.52º | 0.57% | 0.79% | - |
| XYZ | 27.97 | 18.25 | 57.93 | - |
| YUV | 121.04 | 173.69 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 87 | 202 | 0.22 | 0.57 | 0 | 0.21 | 276.52 | 0.52 | 0.57 |
| Hex | 9D | 57 | CA | 16 | 39 | 0 | 15 | 115 | 34 | 39 |
| Octal | 235 | 127 | 312 | 26 | 71 | 0 | 25 | 425 | 64 | 71 |
| Binary | 10011101 | 1010111 | 11001010 | 10110 | 111001 | 0 | 10101 | 100010101 | 110100 | 111001 |
Color Harmonies of #9D57CA
Complementary color
Monochromatic Colors of #9D57CA
Black with #9D57CA
Text Example
Text Example
White with #9D57CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D57CA; }
p { color: rgb(157,87,202); }
H1.HeaderClassName
{
color: #9D57CA;
}
.AnyTagClassName
{
color: #9D57CA;
}
</style>
background-color css
<style>
a { background-color: #9D57CA; }
a { background-color: rgb(157,87,202); }
div.DivClassName
{
background-color: #9D57CA;
}
.BgClassName
{
background-color: #9D57CA;
}
</style>
border-color css
<style>
span { border-color: #9D57CA; }
span { border-color: rgb(157,87,202); }
td.TdClassName
{
border-color: #9D57CA;
}
.TagClassName
{
border-color: #9D57CA;
}
</style>