Shades of Deep Lilac #9E4ABC
Tints of Deep Lilac #9E4ABC
RGB
CMYK
RGB Variations
Color information
#9E4ABC (or 0x9E4ABC) is known color: Deep Lilac. HEX triplet: 9E, 4A and BC. RGB value is (158,74,188). Sum of RGB (Red+Green+Blue) = 158+74+188=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E4ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4ABC is #61B543. Grayscale: #6F6F6F. Windows color (decimal): -6403396 or 12339870. OLE color: 12339870.
HSL color Cylindrical-coordinate representation of color #9E4ABC: hue angle of 284.21º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9E4ABC is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 74 | 188 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.26 |
| HSL | 284.21º | 0.46% | 0.51% | - |
| HSV(B) | 284.21º | 0.61% | 0.74% | - |
| XYZ | 25.63 | 15.8 | 49.28 | - |
| YUV | 112.11 | 170.83 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 74 | 188 | 0.16 | 0.61 | 0 | 0.26 | 284.21 | 0.46 | 0.51 |
| Hex | 9E | 4A | BC | 10 | 3D | 0 | 1A | 11C | 2E | 33 |
| Octal | 236 | 112 | 274 | 20 | 75 | 0 | 32 | 434 | 56 | 63 |
| Binary | 10011110 | 1001010 | 10111100 | 10000 | 111101 | 0 | 11010 | 100011100 | 101110 | 110011 |
Color Harmonies of #9E4ABC
Complementary color
Monochromatic Colors of #9E4ABC
Black with #9E4ABC
Text Example
Text Example
White with #9E4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4ABC; }
p { color: rgb(158,74,188); }
H1.HeaderClassName
{
color: #9E4ABC;
}
.AnyTagClassName
{
color: #9E4ABC;
}
</style>
background-color css
<style>
a { background-color: #9E4ABC; }
a { background-color: rgb(158,74,188); }
div.DivClassName
{
background-color: #9E4ABC;
}
.BgClassName
{
background-color: #9E4ABC;
}
</style>
border-color css
<style>
span { border-color: #9E4ABC; }
span { border-color: rgb(158,74,188); }
td.TdClassName
{
border-color: #9E4ABC;
}
.TagClassName
{
border-color: #9E4ABC;
}
</style>