Shades of Deep Lilac #9F58CA
Tints of Deep Lilac #9F58CA
RGB
CMYK
RGB Variations
Color information
#9F58CA (or 0x9F58CA) is known color: Deep Lilac. HEX triplet: 9F, 58 and CA. RGB value is (159,88,202). Sum of RGB (Red+Green+Blue) = 159+88+202=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F58CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F58CA is #60A735. Grayscale: #797979. Windows color (decimal): -6334262 or 13260959. OLE color: 13260959.
HSL color Cylindrical-coordinate representation of color #9F58CA: hue angle of 277.37º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F58CA is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 88 | 202 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.21 |
| HSL | 277.37º | 0.52% | 0.57% | - |
| HSV(B) | 277.37º | 0.56% | 0.79% | - |
| XYZ | 28.45 | 18.61 | 57.97 | - |
| YUV | 122.23 | 173.02 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 88 | 202 | 0.21 | 0.56 | 0 | 0.21 | 277.37 | 0.52 | 0.57 |
| Hex | 9F | 58 | CA | 15 | 38 | 0 | 15 | 115 | 34 | 39 |
| Octal | 237 | 130 | 312 | 25 | 70 | 0 | 25 | 425 | 64 | 71 |
| Binary | 10011111 | 1011000 | 11001010 | 10101 | 111000 | 0 | 10101 | 100010101 | 110100 | 111001 |
Color Harmonies of #9F58CA
Complementary color
Monochromatic Colors of #9F58CA
Black with #9F58CA
Text Example
Text Example
White with #9F58CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F58CA; }
p { color: rgb(159,88,202); }
H1.HeaderClassName
{
color: #9F58CA;
}
.AnyTagClassName
{
color: #9F58CA;
}
</style>
background-color css
<style>
a { background-color: #9F58CA; }
a { background-color: rgb(159,88,202); }
div.DivClassName
{
background-color: #9F58CA;
}
.BgClassName
{
background-color: #9F58CA;
}
</style>
border-color css
<style>
span { border-color: #9F58CA; }
span { border-color: rgb(159,88,202); }
td.TdClassName
{
border-color: #9F58CA;
}
.TagClassName
{
border-color: #9F58CA;
}
</style>