Shades of Deep Lilac #9E4AC0
Tints of Deep Lilac #9E4AC0
RGB
CMYK
RGB Variations
Color information
#9E4AC0 (or 0x9E4AC0) is known color: Deep Lilac. HEX triplet: 9E, 4A and C0. RGB value is (158,74,192). Sum of RGB (Red+Green+Blue) = 158+74+192=424 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.26% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 192 (75.39% from 255 or 45.28% from 424); Max value from RGB is 192 - color contains mainly: blue. Hex color #9E4AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4AC0 is #61B53F. Grayscale: #707070. Windows color (decimal): -6403392 or 12602014. OLE color: 12602014.
HSL color Cylindrical-coordinate representation of color #9E4AC0: hue angle of 282.71º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9E4AC0 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 74 | 192 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.25 |
| HSL | 282.71º | 0.48% | 0.52% | - |
| HSV(B) | 282.71º | 0.61% | 0.75% | - |
| XYZ | 26.06 | 15.97 | 51.58 | - |
| YUV | 112.57 | 172.83 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 74 | 192 | 0.18 | 0.61 | 0 | 0.25 | 282.71 | 0.48 | 0.52 |
| Hex | 9E | 4A | C0 | 12 | 3D | 0 | 19 | 11B | 30 | 34 |
| Octal | 236 | 112 | 300 | 22 | 75 | 0 | 31 | 433 | 60 | 64 |
| Binary | 10011110 | 1001010 | 11000000 | 10010 | 111101 | 0 | 11001 | 100011011 | 110000 | 110100 |
Color Harmonies of #9E4AC0
Complementary color
Monochromatic Colors of #9E4AC0
Black with #9E4AC0
Text Example
Text Example
White with #9E4AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4AC0; }
p { color: rgb(158,74,192); }
H1.HeaderClassName
{
color: #9E4AC0;
}
.AnyTagClassName
{
color: #9E4AC0;
}
</style>
background-color css
<style>
a { background-color: #9E4AC0; }
a { background-color: rgb(158,74,192); }
div.DivClassName
{
background-color: #9E4AC0;
}
.BgClassName
{
background-color: #9E4AC0;
}
</style>
border-color css
<style>
span { border-color: #9E4AC0; }
span { border-color: rgb(158,74,192); }
td.TdClassName
{
border-color: #9E4AC0;
}
.TagClassName
{
border-color: #9E4AC0;
}
</style>