Shades of Deep Lilac #9F4DBA
Tints of Deep Lilac #9F4DBA
RGB
CMYK
RGB Variations
Color information
#9F4DBA (or 0x9F4DBA) is known color: Deep Lilac. HEX triplet: 9F, 4D and BA. RGB value is (159,77,186). Sum of RGB (Red+Green+Blue) = 159+77+186=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F4DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F4DBA is #60B245. Grayscale: #717171. Windows color (decimal): -6337094 or 12209567. OLE color: 12209567.
HSL color Cylindrical-coordinate representation of color #9F4DBA: hue angle of 285.14º degrees, saturation: 0.44, 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 #9F4DBA is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 77 | 186 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.27 |
| HSL | 285.14º | 0.44% | 0.52% | - |
| HSV(B) | 285.14º | 0.59% | 0.73% | - |
| XYZ | 25.81 | 16.22 | 48.23 | - |
| YUV | 113.94 | 168.67 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 77 | 186 | 0.15 | 0.59 | 0 | 0.27 | 285.14 | 0.44 | 0.52 |
| Hex | 9F | 4D | BA | F | 3B | 0 | 1B | 11D | 2C | 34 |
| Octal | 237 | 115 | 272 | 17 | 73 | 0 | 33 | 435 | 54 | 64 |
| Binary | 10011111 | 1001101 | 10111010 | 1111 | 111011 | 0 | 11011 | 100011101 | 101100 | 110100 |
Color Harmonies of #9F4DBA
Complementary color
Monochromatic Colors of #9F4DBA
Black with #9F4DBA
Text Example
Text Example
White with #9F4DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4DBA; }
p { color: rgb(159,77,186); }
H1.HeaderClassName
{
color: #9F4DBA;
}
.AnyTagClassName
{
color: #9F4DBA;
}
</style>
background-color css
<style>
a { background-color: #9F4DBA; }
a { background-color: rgb(159,77,186); }
div.DivClassName
{
background-color: #9F4DBA;
}
.BgClassName
{
background-color: #9F4DBA;
}
</style>
border-color css
<style>
span { border-color: #9F4DBA; }
span { border-color: rgb(159,77,186); }
td.TdClassName
{
border-color: #9F4DBA;
}
.TagClassName
{
border-color: #9F4DBA;
}
</style>