Shades of Deep Lilac #9E3CAF
Tints of Deep Lilac #9E3CAF
RGB
CMYK
RGB Variations
Color information
#9E3CAF (or 0x9E3CAF) is known color: Deep Lilac. HEX triplet: 9E, 3C and AF. RGB value is (158,60,175). Sum of RGB (Red+Green+Blue) = 158+60+175=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E3CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3CAF is #61C350. Grayscale: #666666. Windows color (decimal): -6406993 or 11484318. OLE color: 11484318.
HSL color Cylindrical-coordinate representation of color #9E3CAF: hue angle of 291.13º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E3CAF is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 60 | 175 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.31 |
| HSL | 291.13º | 0.49% | 0.46% | - |
| HSV(B) | 291.13º | 0.66% | 0.69% | - |
| XYZ | 23.45 | 13.6 | 41.95 | - |
| YUV | 102.41 | 168.97 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 60 | 175 | 0.10 | 0.66 | 0 | 0.31 | 291.13 | 0.49 | 0.46 |
| Hex | 9E | 3C | AF | A | 42 | 0 | 1F | 123 | 31 | 2E |
| Octal | 236 | 74 | 257 | 12 | 102 | 0 | 37 | 443 | 61 | 56 |
| Binary | 10011110 | 111100 | 10101111 | 1010 | 1000010 | 0 | 11111 | 100100011 | 110001 | 101110 |
Color Harmonies of #9E3CAF
Complementary color
Monochromatic Colors of #9E3CAF
Black with #9E3CAF
Text Example
Text Example
White with #9E3CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3CAF; }
p { color: rgb(158,60,175); }
H1.HeaderClassName
{
color: #9E3CAF;
}
.AnyTagClassName
{
color: #9E3CAF;
}
</style>
background-color css
<style>
a { background-color: #9E3CAF; }
a { background-color: rgb(158,60,175); }
div.DivClassName
{
background-color: #9E3CAF;
}
.BgClassName
{
background-color: #9E3CAF;
}
</style>
border-color css
<style>
span { border-color: #9E3CAF; }
span { border-color: rgb(158,60,175); }
td.TdClassName
{
border-color: #9E3CAF;
}
.TagClassName
{
border-color: #9E3CAF;
}
</style>