Shades of Deep Lilac #9E3DAF
Tints of Deep Lilac #9E3DAF
RGB
CMYK
RGB Variations
Color information
#9E3DAF (or 0x9E3DAF) is known color: Deep Lilac. HEX triplet: 9E, 3D and AF. RGB value is (158,61,175). Sum of RGB (Red+Green+Blue) = 158+61+175=394 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.10% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E3DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3DAF is #61C250. Grayscale: #666666. Windows color (decimal): -6406737 or 11484574. OLE color: 11484574.
HSL color Cylindrical-coordinate representation of color #9E3DAF: hue angle of 291.05º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E3DAF is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 61 | 175 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.31 |
| HSL | 291.05º | 0.48% | 0.46% | - |
| HSV(B) | 291.05º | 0.65% | 0.69% | - |
| XYZ | 23.51 | 13.7 | 41.96 | - |
| YUV | 103 | 168.64 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 61 | 175 | 0.10 | 0.65 | 0 | 0.31 | 291.05 | 0.48 | 0.46 |
| Hex | 9E | 3D | AF | A | 41 | 0 | 1F | 123 | 30 | 2E |
| Octal | 236 | 75 | 257 | 12 | 101 | 0 | 37 | 443 | 60 | 56 |
| Binary | 10011110 | 111101 | 10101111 | 1010 | 1000001 | 0 | 11111 | 100100011 | 110000 | 101110 |
Color Harmonies of #9E3DAF
Complementary color
Monochromatic Colors of #9E3DAF
Black with #9E3DAF
Text Example
Text Example
White with #9E3DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3DAF; }
p { color: rgb(158,61,175); }
H1.HeaderClassName
{
color: #9E3DAF;
}
.AnyTagClassName
{
color: #9E3DAF;
}
</style>
background-color css
<style>
a { background-color: #9E3DAF; }
a { background-color: rgb(158,61,175); }
div.DivClassName
{
background-color: #9E3DAF;
}
.BgClassName
{
background-color: #9E3DAF;
}
</style>
border-color css
<style>
span { border-color: #9E3DAF; }
span { border-color: rgb(158,61,175); }
td.TdClassName
{
border-color: #9E3DAF;
}
.TagClassName
{
border-color: #9E3DAF;
}
</style>