Shades of Deep Lilac #9F57CA
Tints of Deep Lilac #9F57CA
RGB
CMYK
RGB Variations
Color information
#9F57CA (or 0x9F57CA) is known color: Deep Lilac. HEX triplet: 9F, 57 and CA. RGB value is (159,87,202). Sum of RGB (Red+Green+Blue) = 159+87+202=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F57CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F57CA is #60A835. Grayscale: #797979. Windows color (decimal): -6334518 or 13260703. OLE color: 13260703.
HSL color Cylindrical-coordinate representation of color #9F57CA: hue angle of 277.57º 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 #9F57CA is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 87 | 202 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.21 |
| HSL | 277.57º | 0.52% | 0.57% | - |
| HSV(B) | 277.57º | 0.57% | 0.79% | - |
| XYZ | 28.37 | 18.45 | 57.94 | - |
| YUV | 121.64 | 173.35 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 87 | 202 | 0.21 | 0.57 | 0 | 0.21 | 277.57 | 0.52 | 0.57 |
| Hex | 9F | 57 | CA | 15 | 39 | 0 | 15 | 116 | 34 | 39 |
| Octal | 237 | 127 | 312 | 25 | 71 | 0 | 25 | 426 | 64 | 71 |
| Binary | 10011111 | 1010111 | 11001010 | 10101 | 111001 | 0 | 10101 | 100010110 | 110100 | 111001 |
Color Harmonies of #9F57CA
Complementary color
Monochromatic Colors of #9F57CA
Black with #9F57CA
Text Example
Text Example
White with #9F57CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F57CA; }
p { color: rgb(159,87,202); }
H1.HeaderClassName
{
color: #9F57CA;
}
.AnyTagClassName
{
color: #9F57CA;
}
</style>
background-color css
<style>
a { background-color: #9F57CA; }
a { background-color: rgb(159,87,202); }
div.DivClassName
{
background-color: #9F57CA;
}
.BgClassName
{
background-color: #9F57CA;
}
</style>
border-color css
<style>
span { border-color: #9F57CA; }
span { border-color: rgb(159,87,202); }
td.TdClassName
{
border-color: #9F57CA;
}
.TagClassName
{
border-color: #9F57CA;
}
</style>