Shades of Deep Lilac #9F58CB
Tints of Deep Lilac #9F58CB
RGB
CMYK
RGB Variations
Color information
#9F58CB (or 0x9F58CB) is known color: Deep Lilac. HEX triplet: 9F, 58 and CB. RGB value is (159,88,203). Sum of RGB (Red+Green+Blue) = 159+88+203=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F58CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F58CB is #60A734. Grayscale: #797979. Windows color (decimal): -6334261 or 13326495. OLE color: 13326495.
HSL color Cylindrical-coordinate representation of color #9F58CB: hue angle of 277.04º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F58CB is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 88 | 203 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.20 |
| HSL | 277.04º | 0.53% | 0.57% | - |
| HSV(B) | 277.04º | 0.57% | 0.8% | - |
| XYZ | 28.57 | 18.66 | 58.6 | - |
| YUV | 122.34 | 173.52 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 88 | 203 | 0.22 | 0.57 | 0 | 0.20 | 277.04 | 0.53 | 0.57 |
| Hex | 9F | 58 | CB | 16 | 39 | 0 | 14 | 115 | 35 | 39 |
| Octal | 237 | 130 | 313 | 26 | 71 | 0 | 24 | 425 | 65 | 71 |
| Binary | 10011111 | 1011000 | 11001011 | 10110 | 111001 | 0 | 10100 | 100010101 | 110101 | 111001 |
Color Harmonies of #9F58CB
Complementary color
Monochromatic Colors of #9F58CB
Black with #9F58CB
Text Example
Text Example
White with #9F58CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F58CB; }
p { color: rgb(159,88,203); }
H1.HeaderClassName
{
color: #9F58CB;
}
.AnyTagClassName
{
color: #9F58CB;
}
</style>
background-color css
<style>
a { background-color: #9F58CB; }
a { background-color: rgb(159,88,203); }
div.DivClassName
{
background-color: #9F58CB;
}
.BgClassName
{
background-color: #9F58CB;
}
</style>
border-color css
<style>
span { border-color: #9F58CB; }
span { border-color: rgb(159,88,203); }
td.TdClassName
{
border-color: #9F58CB;
}
.TagClassName
{
border-color: #9F58CB;
}
</style>