Shades of Deep Lilac #9F59B3
Tints of Deep Lilac #9F59B3
RGB
CMYK
RGB Variations
Color information
#9F59B3 (or 0x9F59B3) is known color: Deep Lilac. HEX triplet: 9F, 59 and B3. RGB value is (159,89,179). Sum of RGB (Red+Green+Blue) = 159+89+179=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 179 (70.31% from 255 or 41.92% from 427); Max value from RGB is 179 - color contains mainly: blue. Hex color #9F59B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F59B3 is #60A64C. Grayscale: #777777. Windows color (decimal): -6334029 or 11753887. OLE color: 11753887.
HSL color Cylindrical-coordinate representation of color #9F59B3: hue angle of 286.67º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F59B3 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 89 | 179 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.30 |
| HSL | 286.67º | 0.37% | 0.53% | - |
| HSV(B) | 286.67º | 0.5% | 0.7% | - |
| XYZ | 26.01 | 17.77 | 44.71 | - |
| YUV | 120.19 | 161.19 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 179 | 0.11 | 0.50 | 0 | 0.30 | 286.67 | 0.37 | 0.53 |
| Hex | 9F | 59 | B3 | B | 32 | 0 | 1E | 11F | 25 | 35 |
| Octal | 237 | 131 | 263 | 13 | 62 | 0 | 36 | 437 | 45 | 65 |
| Binary | 10011111 | 1011001 | 10110011 | 1011 | 110010 | 0 | 11110 | 100011111 | 100101 | 110101 |
Color Harmonies of #9F59B3
Complementary color
Monochromatic Colors of #9F59B3
Black with #9F59B3
Text Example
Text Example
White with #9F59B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F59B3; }
p { color: rgb(159,89,179); }
H1.HeaderClassName
{
color: #9F59B3;
}
.AnyTagClassName
{
color: #9F59B3;
}
</style>
background-color css
<style>
a { background-color: #9F59B3; }
a { background-color: rgb(159,89,179); }
div.DivClassName
{
background-color: #9F59B3;
}
.BgClassName
{
background-color: #9F59B3;
}
</style>
border-color css
<style>
span { border-color: #9F59B3; }
span { border-color: rgb(159,89,179); }
td.TdClassName
{
border-color: #9F59B3;
}
.TagClassName
{
border-color: #9F59B3;
}
</style>