Shades of Deep Lilac #9F56BC
Tints of Deep Lilac #9F56BC
RGB
CMYK
RGB Variations
Color information
#9F56BC (or 0x9F56BC) is known color: Deep Lilac. HEX triplet: 9F, 56 and BC. RGB value is (159,86,188). Sum of RGB (Red+Green+Blue) = 159+86+188=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F56BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F56BC is #60A943. Grayscale: #777777. Windows color (decimal): -6334788 or 12342943. OLE color: 12342943.
HSL color Cylindrical-coordinate representation of color #9F56BC: hue angle of 282.94º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F56BC is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 86 | 188 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.26 |
| HSL | 282.94º | 0.43% | 0.54% | - |
| HSV(B) | 282.94º | 0.54% | 0.74% | - |
| XYZ | 26.7 | 17.66 | 49.58 | - |
| YUV | 119.46 | 166.68 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 86 | 188 | 0.15 | 0.54 | 0 | 0.26 | 282.94 | 0.43 | 0.54 |
| Hex | 9F | 56 | BC | F | 36 | 0 | 1A | 11B | 2B | 36 |
| Octal | 237 | 126 | 274 | 17 | 66 | 0 | 32 | 433 | 53 | 66 |
| Binary | 10011111 | 1010110 | 10111100 | 1111 | 110110 | 0 | 11010 | 100011011 | 101011 | 110110 |
Color Harmonies of #9F56BC
Complementary color
Monochromatic Colors of #9F56BC
Black with #9F56BC
Text Example
Text Example
White with #9F56BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F56BC; }
p { color: rgb(159,86,188); }
H1.HeaderClassName
{
color: #9F56BC;
}
.AnyTagClassName
{
color: #9F56BC;
}
</style>
background-color css
<style>
a { background-color: #9F56BC; }
a { background-color: rgb(159,86,188); }
div.DivClassName
{
background-color: #9F56BC;
}
.BgClassName
{
background-color: #9F56BC;
}
</style>
border-color css
<style>
span { border-color: #9F56BC; }
span { border-color: rgb(159,86,188); }
td.TdClassName
{
border-color: #9F56BC;
}
.TagClassName
{
border-color: #9F56BC;
}
</style>