Shades of Deep Lilac #9F4DBB
Tints of Deep Lilac #9F4DBB
RGB
CMYK
RGB Variations
Color information
#9F4DBB (or 0x9F4DBB) is known color: Deep Lilac. HEX triplet: 9F, 4D and BB. RGB value is (159,77,187). Sum of RGB (Red+Green+Blue) = 159+77+187=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F4DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F4DBB is #60B244. Grayscale: #717171. Windows color (decimal): -6337093 or 12275103. OLE color: 12275103.
HSL color Cylindrical-coordinate representation of color #9F4DBB: hue angle of 284.73º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F4DBB is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 77 | 187 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.27 |
| HSL | 284.73º | 0.45% | 0.52% | - |
| HSV(B) | 284.73º | 0.59% | 0.73% | - |
| XYZ | 25.92 | 16.27 | 48.79 | - |
| YUV | 114.06 | 169.17 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 77 | 187 | 0.15 | 0.59 | 0 | 0.27 | 284.73 | 0.45 | 0.52 |
| Hex | 9F | 4D | BB | F | 3B | 0 | 1B | 11D | 2D | 34 |
| Octal | 237 | 115 | 273 | 17 | 73 | 0 | 33 | 435 | 55 | 64 |
| Binary | 10011111 | 1001101 | 10111011 | 1111 | 111011 | 0 | 11011 | 100011101 | 101101 | 110100 |
Color Harmonies of #9F4DBB
Complementary color
Monochromatic Colors of #9F4DBB
Black with #9F4DBB
Text Example
Text Example
White with #9F4DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4DBB; }
p { color: rgb(159,77,187); }
H1.HeaderClassName
{
color: #9F4DBB;
}
.AnyTagClassName
{
color: #9F4DBB;
}
</style>
background-color css
<style>
a { background-color: #9F4DBB; }
a { background-color: rgb(159,77,187); }
div.DivClassName
{
background-color: #9F4DBB;
}
.BgClassName
{
background-color: #9F4DBB;
}
</style>
border-color css
<style>
span { border-color: #9F4DBB; }
span { border-color: rgb(159,77,187); }
td.TdClassName
{
border-color: #9F4DBB;
}
.TagClassName
{
border-color: #9F4DBB;
}
</style>