Shades of Deep Lilac #9F4EBD
Tints of Deep Lilac #9F4EBD
RGB
CMYK
RGB Variations
Color information
#9F4EBD (or 0x9F4EBD) is known color: Deep Lilac. HEX triplet: 9F, 4E and BD. RGB value is (159,78,189). Sum of RGB (Red+Green+Blue) = 159+78+189=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F4EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F4EBD is #60B142. Grayscale: #727272. Windows color (decimal): -6336835 or 12406431. OLE color: 12406431.
HSL color Cylindrical-coordinate representation of color #9F4EBD: hue angle of 283.78º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F4EBD is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 78 | 189 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.26 |
| HSL | 283.78º | 0.46% | 0.52% | - |
| HSV(B) | 283.78º | 0.59% | 0.74% | - |
| XYZ | 26.21 | 16.49 | 49.95 | - |
| YUV | 114.87 | 169.84 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 78 | 189 | 0.16 | 0.59 | 0 | 0.26 | 283.78 | 0.46 | 0.52 |
| Hex | 9F | 4E | BD | 10 | 3B | 0 | 1A | 11C | 2E | 34 |
| Octal | 237 | 116 | 275 | 20 | 73 | 0 | 32 | 434 | 56 | 64 |
| Binary | 10011111 | 1001110 | 10111101 | 10000 | 111011 | 0 | 11010 | 100011100 | 101110 | 110100 |
Color Harmonies of #9F4EBD
Complementary color
Monochromatic Colors of #9F4EBD
Black with #9F4EBD
Text Example
Text Example
White with #9F4EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4EBD; }
p { color: rgb(159,78,189); }
H1.HeaderClassName
{
color: #9F4EBD;
}
.AnyTagClassName
{
color: #9F4EBD;
}
</style>
background-color css
<style>
a { background-color: #9F4EBD; }
a { background-color: rgb(159,78,189); }
div.DivClassName
{
background-color: #9F4EBD;
}
.BgClassName
{
background-color: #9F4EBD;
}
</style>
border-color css
<style>
span { border-color: #9F4EBD; }
span { border-color: rgb(159,78,189); }
td.TdClassName
{
border-color: #9F4EBD;
}
.TagClassName
{
border-color: #9F4EBD;
}
</style>