Shades of Deep Lilac #9F4DBF
Tints of Deep Lilac #9F4DBF
RGB
CMYK
RGB Variations
Color information
#9F4DBF (or 0x9F4DBF) is known color: Deep Lilac. HEX triplet: 9F, 4D and BF. RGB value is (159,77,191). Sum of RGB (Red+Green+Blue) = 159+77+191=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F4DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F4DBF is #60B240. Grayscale: #727272. Windows color (decimal): -6337089 or 12537247. OLE color: 12537247.
HSL color Cylindrical-coordinate representation of color #9F4DBF: hue angle of 283.16º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F4DBF is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 77 | 191 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.25 |
| HSL | 283.16º | 0.47% | 0.53% | - |
| HSV(B) | 283.16º | 0.6% | 0.75% | - |
| XYZ | 26.36 | 16.44 | 51.07 | - |
| YUV | 114.51 | 171.17 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 77 | 191 | 0.17 | 0.60 | 0 | 0.25 | 283.16 | 0.47 | 0.53 |
| Hex | 9F | 4D | BF | 11 | 3C | 0 | 19 | 11B | 2F | 35 |
| Octal | 237 | 115 | 277 | 21 | 74 | 0 | 31 | 433 | 57 | 65 |
| Binary | 10011111 | 1001101 | 10111111 | 10001 | 111100 | 0 | 11001 | 100011011 | 101111 | 110101 |
Color Harmonies of #9F4DBF
Complementary color
Monochromatic Colors of #9F4DBF
Black with #9F4DBF
Text Example
Text Example
White with #9F4DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4DBF; }
p { color: rgb(159,77,191); }
H1.HeaderClassName
{
color: #9F4DBF;
}
.AnyTagClassName
{
color: #9F4DBF;
}
</style>
background-color css
<style>
a { background-color: #9F4DBF; }
a { background-color: rgb(159,77,191); }
div.DivClassName
{
background-color: #9F4DBF;
}
.BgClassName
{
background-color: #9F4DBF;
}
</style>
border-color css
<style>
span { border-color: #9F4DBF; }
span { border-color: rgb(159,77,191); }
td.TdClassName
{
border-color: #9F4DBF;
}
.TagClassName
{
border-color: #9F4DBF;
}
</style>