Shades of Deep Lilac #9E3BAA
Tints of Deep Lilac #9E3BAA
RGB
CMYK
RGB Variations
Color information
#9E3BAA (or 0x9E3BAA) is known color: Deep Lilac. HEX triplet: 9E, 3B and AA. RGB value is (158,59,170). Sum of RGB (Red+Green+Blue) = 158+59+170=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 59 (23.44% from 255 or 15.25% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E3BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3BAA is #61C455. Grayscale: #646464. Windows color (decimal): -6407254 or 11156382. OLE color: 11156382.
HSL color Cylindrical-coordinate representation of color #9E3BAA: hue angle of 293.51º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E3BAA is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 59 | 170 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.33 |
| HSL | 293.51º | 0.48% | 0.45% | - |
| HSV(B) | 293.51º | 0.65% | 0.67% | - |
| XYZ | 22.92 | 13.3 | 39.39 | - |
| YUV | 101.26 | 166.8 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 59 | 170 | 0.07 | 0.65 | 0 | 0.33 | 293.51 | 0.48 | 0.45 |
| Hex | 9E | 3B | AA | 7 | 41 | 0 | 21 | 126 | 30 | 2D |
| Octal | 236 | 73 | 252 | 7 | 101 | 0 | 41 | 446 | 60 | 55 |
| Binary | 10011110 | 111011 | 10101010 | 111 | 1000001 | 0 | 100001 | 100100110 | 110000 | 101101 |
Color Harmonies of #9E3BAA
Complementary color
Monochromatic Colors of #9E3BAA
Black with #9E3BAA
Text Example
Text Example
White with #9E3BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3BAA; }
p { color: rgb(158,59,170); }
H1.HeaderClassName
{
color: #9E3BAA;
}
.AnyTagClassName
{
color: #9E3BAA;
}
</style>
background-color css
<style>
a { background-color: #9E3BAA; }
a { background-color: rgb(158,59,170); }
div.DivClassName
{
background-color: #9E3BAA;
}
.BgClassName
{
background-color: #9E3BAA;
}
</style>
border-color css
<style>
span { border-color: #9E3BAA; }
span { border-color: rgb(158,59,170); }
td.TdClassName
{
border-color: #9E3BAA;
}
.TagClassName
{
border-color: #9E3BAA;
}
</style>