Shades of Deep Lilac #9E46AC
Tints of Deep Lilac #9E46AC
RGB
CMYK
RGB Variations
Color information
#9E46AC (or 0x9E46AC) is known color: Deep Lilac. HEX triplet: 9E, 46 and AC. RGB value is (158,70,172). Sum of RGB (Red+Green+Blue) = 158+70+172=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E46AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E46AC is #61B953. Grayscale: #6B6B6B. Windows color (decimal): -6404436 or 11290270. OLE color: 11290270.
HSL color Cylindrical-coordinate representation of color #9E46AC: hue angle of 291.76º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E46AC is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 70 | 172 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.33 |
| HSL | 291.76º | 0.42% | 0.47% | - |
| HSV(B) | 291.76º | 0.59% | 0.67% | - |
| XYZ | 23.74 | 14.63 | 40.6 | - |
| YUV | 107.94 | 164.15 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 70 | 172 | 0.08 | 0.59 | 0 | 0.33 | 291.76 | 0.42 | 0.47 |
| Hex | 9E | 46 | AC | 8 | 3B | 0 | 21 | 124 | 2A | 2F |
| Octal | 236 | 106 | 254 | 10 | 73 | 0 | 41 | 444 | 52 | 57 |
| Binary | 10011110 | 1000110 | 10101100 | 1000 | 111011 | 0 | 100001 | 100100100 | 101010 | 101111 |
Color Harmonies of #9E46AC
Complementary color
Monochromatic Colors of #9E46AC
Black with #9E46AC
Text Example
Text Example
White with #9E46AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E46AC; }
p { color: rgb(158,70,172); }
H1.HeaderClassName
{
color: #9E46AC;
}
.AnyTagClassName
{
color: #9E46AC;
}
</style>
background-color css
<style>
a { background-color: #9E46AC; }
a { background-color: rgb(158,70,172); }
div.DivClassName
{
background-color: #9E46AC;
}
.BgClassName
{
background-color: #9E46AC;
}
</style>
border-color css
<style>
span { border-color: #9E46AC; }
span { border-color: rgb(158,70,172); }
td.TdClassName
{
border-color: #9E46AC;
}
.TagClassName
{
border-color: #9E46AC;
}
</style>