Shades of Deep Lilac #9E3BAE
Tints of Deep Lilac #9E3BAE
RGB
CMYK
RGB Variations
Color information
#9E3BAE (or 0x9E3BAE) is known color: Deep Lilac. HEX triplet: 9E, 3B and AE. RGB value is (158,59,174). Sum of RGB (Red+Green+Blue) = 158+59+174=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 59 (23.44% from 255 or 15.09% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E3BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3BAE is #61C451. Grayscale: #656565. Windows color (decimal): -6407250 or 11418526. OLE color: 11418526.
HSL color Cylindrical-coordinate representation of color #9E3BAE: hue angle of 291.65º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E3BAE is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 59 | 174 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.32 |
| HSL | 291.65º | 0.49% | 0.46% | - |
| HSV(B) | 291.65º | 0.66% | 0.68% | - |
| XYZ | 23.3 | 13.45 | 41.41 | - |
| YUV | 101.71 | 168.8 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 59 | 174 | 0.09 | 0.66 | 0 | 0.32 | 291.65 | 0.49 | 0.46 |
| Hex | 9E | 3B | AE | 9 | 42 | 0 | 20 | 124 | 31 | 2E |
| Octal | 236 | 73 | 256 | 11 | 102 | 0 | 40 | 444 | 61 | 56 |
| Binary | 10011110 | 111011 | 10101110 | 1001 | 1000010 | 0 | 100000 | 100100100 | 110001 | 101110 |
Color Harmonies of #9E3BAE
Complementary color
Monochromatic Colors of #9E3BAE
Black with #9E3BAE
Text Example
Text Example
White with #9E3BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3BAE; }
p { color: rgb(158,59,174); }
H1.HeaderClassName
{
color: #9E3BAE;
}
.AnyTagClassName
{
color: #9E3BAE;
}
</style>
background-color css
<style>
a { background-color: #9E3BAE; }
a { background-color: rgb(158,59,174); }
div.DivClassName
{
background-color: #9E3BAE;
}
.BgClassName
{
background-color: #9E3BAE;
}
</style>
border-color css
<style>
span { border-color: #9E3BAE; }
span { border-color: rgb(158,59,174); }
td.TdClassName
{
border-color: #9E3BAE;
}
.TagClassName
{
border-color: #9E3BAE;
}
</style>