Shades of Deep Lilac #9F56BA
Tints of Deep Lilac #9F56BA
RGB
CMYK
RGB Variations
Color information
#9F56BA (or 0x9F56BA) is known color: Deep Lilac. HEX triplet: 9F, 56 and BA. RGB value is (159,86,186). Sum of RGB (Red+Green+Blue) = 159+86+186=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F56BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F56BA is #60A945. Grayscale: #767676. Windows color (decimal): -6334790 or 12211871. OLE color: 12211871.
HSL color Cylindrical-coordinate representation of color #9F56BA: hue angle of 283.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F56BA is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 86 | 186 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.27 |
| HSL | 283.8º | 0.42% | 0.53% | - |
| HSV(B) | 283.8º | 0.54% | 0.73% | - |
| XYZ | 26.49 | 17.57 | 48.45 | - |
| YUV | 119.23 | 165.68 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 86 | 186 | 0.15 | 0.54 | 0 | 0.27 | 283.8 | 0.42 | 0.53 |
| Hex | 9F | 56 | BA | F | 36 | 0 | 1B | 11C | 2A | 35 |
| Octal | 237 | 126 | 272 | 17 | 66 | 0 | 33 | 434 | 52 | 65 |
| Binary | 10011111 | 1010110 | 10111010 | 1111 | 110110 | 0 | 11011 | 100011100 | 101010 | 110101 |
Color Harmonies of #9F56BA
Complementary color
Monochromatic Colors of #9F56BA
Black with #9F56BA
Text Example
Text Example
White with #9F56BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F56BA; }
p { color: rgb(159,86,186); }
H1.HeaderClassName
{
color: #9F56BA;
}
.AnyTagClassName
{
color: #9F56BA;
}
</style>
background-color css
<style>
a { background-color: #9F56BA; }
a { background-color: rgb(159,86,186); }
div.DivClassName
{
background-color: #9F56BA;
}
.BgClassName
{
background-color: #9F56BA;
}
</style>
border-color css
<style>
span { border-color: #9F56BA; }
span { border-color: rgb(159,86,186); }
td.TdClassName
{
border-color: #9F56BA;
}
.TagClassName
{
border-color: #9F56BA;
}
</style>