Shades of Deep Lilac #9E3FAE
Tints of Deep Lilac #9E3FAE
RGB
CMYK
RGB Variations
Color information
#9E3FAE (or 0x9E3FAE) is known color: Deep Lilac. HEX triplet: 9E, 3F and AE. RGB value is (158,63,174). Sum of RGB (Red+Green+Blue) = 158+63+174=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E3FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3FAE is #61C051. Grayscale: #676767. Windows color (decimal): -6406226 or 11419550. OLE color: 11419550.
HSL color Cylindrical-coordinate representation of color #9E3FAE: hue angle of 291.35º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9E3FAE is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 63 | 174 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.32 |
| HSL | 291.35º | 0.47% | 0.46% | - |
| HSV(B) | 291.35º | 0.64% | 0.68% | - |
| XYZ | 23.52 | 13.88 | 41.48 | - |
| YUV | 104.06 | 167.47 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 63 | 174 | 0.09 | 0.64 | 0 | 0.32 | 291.35 | 0.47 | 0.46 |
| Hex | 9E | 3F | AE | 9 | 40 | 0 | 20 | 123 | 2F | 2E |
| Octal | 236 | 77 | 256 | 11 | 100 | 0 | 40 | 443 | 57 | 56 |
| Binary | 10011110 | 111111 | 10101110 | 1001 | 1000000 | 0 | 100000 | 100100011 | 101111 | 101110 |
Color Harmonies of #9E3FAE
Complementary color
Monochromatic Colors of #9E3FAE
Black with #9E3FAE
Text Example
Text Example
White with #9E3FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3FAE; }
p { color: rgb(158,63,174); }
H1.HeaderClassName
{
color: #9E3FAE;
}
.AnyTagClassName
{
color: #9E3FAE;
}
</style>
background-color css
<style>
a { background-color: #9E3FAE; }
a { background-color: rgb(158,63,174); }
div.DivClassName
{
background-color: #9E3FAE;
}
.BgClassName
{
background-color: #9E3FAE;
}
</style>
border-color css
<style>
span { border-color: #9E3FAE; }
span { border-color: rgb(158,63,174); }
td.TdClassName
{
border-color: #9E3FAE;
}
.TagClassName
{
border-color: #9E3FAE;
}
</style>