Shades of Deep Lilac #9E4FBA
Tints of Deep Lilac #9E4FBA
RGB
CMYK
RGB Variations
Color information
#9E4FBA (or 0x9E4FBA) is known color: Deep Lilac. HEX triplet: 9E, 4F and BA. RGB value is (158,79,186). Sum of RGB (Red+Green+Blue) = 158+79+186=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E4FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4FBA is #61B045. Grayscale: #727272. Windows color (decimal): -6402118 or 12210078. OLE color: 12210078.
HSL color Cylindrical-coordinate representation of color #9E4FBA: hue angle of 284.3º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E4FBA is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 79 | 186 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.27 |
| HSL | 284.3º | 0.44% | 0.52% | - |
| HSV(B) | 284.3º | 0.58% | 0.73% | - |
| XYZ | 25.76 | 16.41 | 48.26 | - |
| YUV | 114.82 | 168.17 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 79 | 186 | 0.15 | 0.58 | 0 | 0.27 | 284.3 | 0.44 | 0.52 |
| Hex | 9E | 4F | BA | F | 3A | 0 | 1B | 11C | 2C | 34 |
| Octal | 236 | 117 | 272 | 17 | 72 | 0 | 33 | 434 | 54 | 64 |
| Binary | 10011110 | 1001111 | 10111010 | 1111 | 111010 | 0 | 11011 | 100011100 | 101100 | 110100 |
Color Harmonies of #9E4FBA
Complementary color
Monochromatic Colors of #9E4FBA
Black with #9E4FBA
Text Example
Text Example
White with #9E4FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4FBA; }
p { color: rgb(158,79,186); }
H1.HeaderClassName
{
color: #9E4FBA;
}
.AnyTagClassName
{
color: #9E4FBA;
}
</style>
background-color css
<style>
a { background-color: #9E4FBA; }
a { background-color: rgb(158,79,186); }
div.DivClassName
{
background-color: #9E4FBA;
}
.BgClassName
{
background-color: #9E4FBA;
}
</style>
border-color css
<style>
span { border-color: #9E4FBA; }
span { border-color: rgb(158,79,186); }
td.TdClassName
{
border-color: #9E4FBA;
}
.TagClassName
{
border-color: #9E4FBA;
}
</style>