Shades of Deep Lilac #9E3DAE
Tints of Deep Lilac #9E3DAE
RGB
CMYK
RGB Variations
Color information
#9E3DAE (or 0x9E3DAE) is known color: Deep Lilac. HEX triplet: 9E, 3D and AE. RGB value is (158,61,174). Sum of RGB (Red+Green+Blue) = 158+61+174=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 61 (24.22% from 255 or 15.52% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E3DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3DAE is #61C251. Grayscale: #666666. Windows color (decimal): -6406738 or 11419038. OLE color: 11419038.
HSL color Cylindrical-coordinate representation of color #9E3DAE: hue angle of 291.5º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E3DAE is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 61 | 174 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.32 |
| HSL | 291.5º | 0.48% | 0.46% | - |
| HSV(B) | 291.5º | 0.65% | 0.68% | - |
| XYZ | 23.41 | 13.66 | 41.45 | - |
| YUV | 102.89 | 168.14 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 61 | 174 | 0.09 | 0.65 | 0 | 0.32 | 291.5 | 0.48 | 0.46 |
| Hex | 9E | 3D | AE | 9 | 41 | 0 | 20 | 124 | 30 | 2E |
| Octal | 236 | 75 | 256 | 11 | 101 | 0 | 40 | 444 | 60 | 56 |
| Binary | 10011110 | 111101 | 10101110 | 1001 | 1000001 | 0 | 100000 | 100100100 | 110000 | 101110 |
Color Harmonies of #9E3DAE
Complementary color
Monochromatic Colors of #9E3DAE
Black with #9E3DAE
Text Example
Text Example
White with #9E3DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3DAE; }
p { color: rgb(158,61,174); }
H1.HeaderClassName
{
color: #9E3DAE;
}
.AnyTagClassName
{
color: #9E3DAE;
}
</style>
background-color css
<style>
a { background-color: #9E3DAE; }
a { background-color: rgb(158,61,174); }
div.DivClassName
{
background-color: #9E3DAE;
}
.BgClassName
{
background-color: #9E3DAE;
}
</style>
border-color css
<style>
span { border-color: #9E3DAE; }
span { border-color: rgb(158,61,174); }
td.TdClassName
{
border-color: #9E3DAE;
}
.TagClassName
{
border-color: #9E3DAE;
}
</style>