Shades of Deep Lilac #9E4FAC
Tints of Deep Lilac #9E4FAC
RGB
CMYK
RGB Variations
Color information
#9E4FAC (or 0x9E4FAC) is known color: Deep Lilac. HEX triplet: 9E, 4F and AC. RGB value is (158,79,172). Sum of RGB (Red+Green+Blue) = 158+79+172=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E4FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4FAC is #61B053. Grayscale: #707070. Windows color (decimal): -6402132 or 11292574. OLE color: 11292574.
HSL color Cylindrical-coordinate representation of color #9E4FAC: hue angle of 290.97º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E4FAC is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 79 | 172 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.33 |
| HSL | 290.97º | 0.37% | 0.49% | - |
| HSV(B) | 290.97º | 0.54% | 0.67% | - |
| XYZ | 24.34 | 15.84 | 40.8 | - |
| YUV | 113.22 | 161.17 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 79 | 172 | 0.08 | 0.54 | 0 | 0.33 | 290.97 | 0.37 | 0.49 |
| Hex | 9E | 4F | AC | 8 | 36 | 0 | 21 | 123 | 25 | 31 |
| Octal | 236 | 117 | 254 | 10 | 66 | 0 | 41 | 443 | 45 | 61 |
| Binary | 10011110 | 1001111 | 10101100 | 1000 | 110110 | 0 | 100001 | 100100011 | 100101 | 110001 |
Color Harmonies of #9E4FAC
Complementary color
Monochromatic Colors of #9E4FAC
Black with #9E4FAC
Text Example
Text Example
White with #9E4FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4FAC; }
p { color: rgb(158,79,172); }
H1.HeaderClassName
{
color: #9E4FAC;
}
.AnyTagClassName
{
color: #9E4FAC;
}
</style>
background-color css
<style>
a { background-color: #9E4FAC; }
a { background-color: rgb(158,79,172); }
div.DivClassName
{
background-color: #9E4FAC;
}
.BgClassName
{
background-color: #9E4FAC;
}
</style>
border-color css
<style>
span { border-color: #9E4FAC; }
span { border-color: rgb(158,79,172); }
td.TdClassName
{
border-color: #9E4FAC;
}
.TagClassName
{
border-color: #9E4FAC;
}
</style>