Shades of Deep Lilac #9E46C5
Tints of Deep Lilac #9E46C5
RGB
CMYK
RGB Variations
Color information
#9E46C5 (or 0x9E46C5) is known color: Deep Lilac. HEX triplet: 9E, 46 and C5. RGB value is (158,70,197). Sum of RGB (Red+Green+Blue) = 158+70+197=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 197 (77.34% from 255 or 46.35% from 425); Max value from RGB is 197 - color contains mainly: blue. Hex color #9E46C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E46C5 is #61B93A. Grayscale: #6E6E6E. Windows color (decimal): -6404411 or 12928670. OLE color: 12928670.
HSL color Cylindrical-coordinate representation of color #9E46C5: hue angle of 281.57º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9E46C5 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 70 | 197 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.23 |
| HSL | 281.57º | 0.52% | 0.52% | - |
| HSV(B) | 281.57º | 0.64% | 0.77% | - |
| XYZ | 26.37 | 15.68 | 54.46 | - |
| YUV | 110.79 | 176.65 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 70 | 197 | 0.20 | 0.64 | 0 | 0.23 | 281.57 | 0.52 | 0.52 |
| Hex | 9E | 46 | C5 | 14 | 40 | 0 | 17 | 11A | 34 | 34 |
| Octal | 236 | 106 | 305 | 24 | 100 | 0 | 27 | 432 | 64 | 64 |
| Binary | 10011110 | 1000110 | 11000101 | 10100 | 1000000 | 0 | 10111 | 100011010 | 110100 | 110100 |
Color Harmonies of #9E46C5
Complementary color
Monochromatic Colors of #9E46C5
Black with #9E46C5
Text Example
Text Example
White with #9E46C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E46C5; }
p { color: rgb(158,70,197); }
H1.HeaderClassName
{
color: #9E46C5;
}
.AnyTagClassName
{
color: #9E46C5;
}
</style>
background-color css
<style>
a { background-color: #9E46C5; }
a { background-color: rgb(158,70,197); }
div.DivClassName
{
background-color: #9E46C5;
}
.BgClassName
{
background-color: #9E46C5;
}
</style>
border-color css
<style>
span { border-color: #9E46C5; }
span { border-color: rgb(158,70,197); }
td.TdClassName
{
border-color: #9E46C5;
}
.TagClassName
{
border-color: #9E46C5;
}
</style>