Shades of Deep Lilac #9F4FBC
Tints of Deep Lilac #9F4FBC
RGB
CMYK
RGB Variations
Color information
#9F4FBC (or 0x9F4FBC) is known color: Deep Lilac. HEX triplet: 9F, 4F and BC. RGB value is (159,79,188). Sum of RGB (Red+Green+Blue) = 159+79+188=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F4FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F4FBC is #60B043. Grayscale: #727272. Windows color (decimal): -6336580 or 12341151. OLE color: 12341151.
HSL color Cylindrical-coordinate representation of color #9F4FBC: hue angle of 284.04º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F4FBC is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 79 | 188 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.26 |
| HSL | 284.04º | 0.45% | 0.52% | - |
| HSV(B) | 284.04º | 0.58% | 0.74% | - |
| XYZ | 26.17 | 16.59 | 49.4 | - |
| YUV | 115.35 | 169 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 79 | 188 | 0.15 | 0.58 | 0 | 0.26 | 284.04 | 0.45 | 0.52 |
| Hex | 9F | 4F | BC | F | 3A | 0 | 1A | 11C | 2D | 34 |
| Octal | 237 | 117 | 274 | 17 | 72 | 0 | 32 | 434 | 55 | 64 |
| Binary | 10011111 | 1001111 | 10111100 | 1111 | 111010 | 0 | 11010 | 100011100 | 101101 | 110100 |
Color Harmonies of #9F4FBC
Complementary color
Monochromatic Colors of #9F4FBC
Black with #9F4FBC
Text Example
Text Example
White with #9F4FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4FBC; }
p { color: rgb(159,79,188); }
H1.HeaderClassName
{
color: #9F4FBC;
}
.AnyTagClassName
{
color: #9F4FBC;
}
</style>
background-color css
<style>
a { background-color: #9F4FBC; }
a { background-color: rgb(159,79,188); }
div.DivClassName
{
background-color: #9F4FBC;
}
.BgClassName
{
background-color: #9F4FBC;
}
</style>
border-color css
<style>
span { border-color: #9F4FBC; }
span { border-color: rgb(159,79,188); }
td.TdClassName
{
border-color: #9F4FBC;
}
.TagClassName
{
border-color: #9F4FBC;
}
</style>