Shades of Deep Lilac #9F58C8
Tints of Deep Lilac #9F58C8
RGB
CMYK
RGB Variations
Color information
#9F58C8 (or 0x9F58C8) is known color: Deep Lilac. HEX triplet: 9F, 58 and C8. RGB value is (159,88,200). Sum of RGB (Red+Green+Blue) = 159+88+200=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 200 - color contains mainly: blue. Hex color #9F58C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F58C8 is #60A737. Grayscale: #797979. Windows color (decimal): -6334264 or 13129887. OLE color: 13129887.
HSL color Cylindrical-coordinate representation of color #9F58C8: hue angle of 278.04º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F58C8 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 88 | 200 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.22 |
| HSL | 278.04º | 0.5% | 0.56% | - |
| HSV(B) | 278.04º | 0.56% | 0.78% | - |
| XYZ | 28.21 | 18.52 | 56.73 | - |
| YUV | 122 | 172.02 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 88 | 200 | 0.20 | 0.56 | 0 | 0.22 | 278.04 | 0.5 | 0.56 |
| Hex | 9F | 58 | C8 | 14 | 38 | 0 | 16 | 116 | 32 | 38 |
| Octal | 237 | 130 | 310 | 24 | 70 | 0 | 26 | 426 | 62 | 70 |
| Binary | 10011111 | 1011000 | 11001000 | 10100 | 111000 | 0 | 10110 | 100010110 | 110010 | 111000 |
Color Harmonies of #9F58C8
Complementary color
Monochromatic Colors of #9F58C8
Black with #9F58C8
Text Example
Text Example
White with #9F58C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F58C8; }
p { color: rgb(159,88,200); }
H1.HeaderClassName
{
color: #9F58C8;
}
.AnyTagClassName
{
color: #9F58C8;
}
</style>
background-color css
<style>
a { background-color: #9F58C8; }
a { background-color: rgb(159,88,200); }
div.DivClassName
{
background-color: #9F58C8;
}
.BgClassName
{
background-color: #9F58C8;
}
</style>
border-color css
<style>
span { border-color: #9F58C8; }
span { border-color: rgb(159,88,200); }
td.TdClassName
{
border-color: #9F58C8;
}
.TagClassName
{
border-color: #9F58C8;
}
</style>