Shades of Deep Lilac #9F59BA
Tints of Deep Lilac #9F59BA
RGB
CMYK
RGB Variations
Color information
#9F59BA (or 0x9F59BA) is known color: Deep Lilac. HEX triplet: 9F, 59 and BA. RGB value is (159,89,186). Sum of RGB (Red+Green+Blue) = 159+89+186=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F59BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F59BA is #60A645. Grayscale: #787878. Windows color (decimal): -6334022 or 12212639. OLE color: 12212639.
HSL color Cylindrical-coordinate representation of color #9F59BA: hue angle of 283.3º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F59BA is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 89 | 186 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.27 |
| HSL | 283.3º | 0.41% | 0.54% | - |
| HSV(B) | 283.3º | 0.52% | 0.73% | - |
| XYZ | 26.73 | 18.06 | 48.53 | - |
| YUV | 120.99 | 164.69 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 186 | 0.15 | 0.52 | 0 | 0.27 | 283.3 | 0.41 | 0.54 |
| Hex | 9F | 59 | BA | F | 34 | 0 | 1B | 11B | 29 | 36 |
| Octal | 237 | 131 | 272 | 17 | 64 | 0 | 33 | 433 | 51 | 66 |
| Binary | 10011111 | 1011001 | 10111010 | 1111 | 110100 | 0 | 11011 | 100011011 | 101001 | 110110 |
Color Harmonies of #9F59BA
Complementary color
Monochromatic Colors of #9F59BA
Black with #9F59BA
Text Example
Text Example
White with #9F59BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F59BA; }
p { color: rgb(159,89,186); }
H1.HeaderClassName
{
color: #9F59BA;
}
.AnyTagClassName
{
color: #9F59BA;
}
</style>
background-color css
<style>
a { background-color: #9F59BA; }
a { background-color: rgb(159,89,186); }
div.DivClassName
{
background-color: #9F59BA;
}
.BgClassName
{
background-color: #9F59BA;
}
</style>
border-color css
<style>
span { border-color: #9F59BA; }
span { border-color: rgb(159,89,186); }
td.TdClassName
{
border-color: #9F59BA;
}
.TagClassName
{
border-color: #9F59BA;
}
</style>