Shades of Deep Lilac #9F58AF
Tints of Deep Lilac #9F58AF
RGB
CMYK
RGB Variations
Color information
#9F58AF (or 0x9F58AF) is known color: Deep Lilac. HEX triplet: 9F, 58 and AF. RGB value is (159,88,175). Sum of RGB (Red+Green+Blue) = 159+88+175=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F58AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F58AF is #60A750. Grayscale: #767676. Windows color (decimal): -6334289 or 11491487. OLE color: 11491487.
HSL color Cylindrical-coordinate representation of color #9F58AF: hue angle of 288.97º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F58AF is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 88 | 175 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.31 |
| HSL | 288.97º | 0.35% | 0.52% | - |
| HSV(B) | 288.97º | 0.5% | 0.69% | - |
| XYZ | 25.53 | 17.45 | 42.58 | - |
| YUV | 119.15 | 159.52 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 88 | 175 | 0.09 | 0.50 | 0 | 0.31 | 288.97 | 0.35 | 0.52 |
| Hex | 9F | 58 | AF | 9 | 32 | 0 | 1F | 121 | 23 | 34 |
| Octal | 237 | 130 | 257 | 11 | 62 | 0 | 37 | 441 | 43 | 64 |
| Binary | 10011111 | 1011000 | 10101111 | 1001 | 110010 | 0 | 11111 | 100100001 | 100011 | 110100 |
Color Harmonies of #9F58AF
Complementary color
Monochromatic Colors of #9F58AF
Black with #9F58AF
Text Example
Text Example
White with #9F58AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F58AF; }
p { color: rgb(159,88,175); }
H1.HeaderClassName
{
color: #9F58AF;
}
.AnyTagClassName
{
color: #9F58AF;
}
</style>
background-color css
<style>
a { background-color: #9F58AF; }
a { background-color: rgb(159,88,175); }
div.DivClassName
{
background-color: #9F58AF;
}
.BgClassName
{
background-color: #9F58AF;
}
</style>
border-color css
<style>
span { border-color: #9F58AF; }
span { border-color: rgb(159,88,175); }
td.TdClassName
{
border-color: #9F58AF;
}
.TagClassName
{
border-color: #9F58AF;
}
</style>