Shades of Deep Lilac #9E57B1
Tints of Deep Lilac #9E57B1
RGB
CMYK
RGB Variations
Color information
#9E57B1 (or 0x9E57B1) is known color: Deep Lilac. HEX triplet: 9E, 57 and B1. RGB value is (158,87,177). Sum of RGB (Red+Green+Blue) = 158+87+177=422 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.44% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 177 (69.53% from 255 or 41.94% from 422); Max value from RGB is 177 - color contains mainly: blue. Hex color #9E57B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E57B1 is #61A84E. Grayscale: #767676. Windows color (decimal): -6400079 or 11622302. OLE color: 11622302.
HSL color Cylindrical-coordinate representation of color #9E57B1: hue angle of 287.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E57B1 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 87 | 177 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.31 |
| HSL | 287.33º | 0.37% | 0.52% | - |
| HSV(B) | 287.33º | 0.51% | 0.69% | - |
| XYZ | 25.44 | 17.26 | 43.59 | - |
| YUV | 118.49 | 161.02 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 87 | 177 | 0.11 | 0.51 | 0 | 0.31 | 287.33 | 0.37 | 0.52 |
| Hex | 9E | 57 | B1 | B | 33 | 0 | 1F | 11F | 25 | 34 |
| Octal | 236 | 127 | 261 | 13 | 63 | 0 | 37 | 437 | 45 | 64 |
| Binary | 10011110 | 1010111 | 10110001 | 1011 | 110011 | 0 | 11111 | 100011111 | 100101 | 110100 |
Color Harmonies of #9E57B1
Complementary color
Monochromatic Colors of #9E57B1
Black with #9E57B1
Text Example
Text Example
White with #9E57B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E57B1; }
p { color: rgb(158,87,177); }
H1.HeaderClassName
{
color: #9E57B1;
}
.AnyTagClassName
{
color: #9E57B1;
}
</style>
background-color css
<style>
a { background-color: #9E57B1; }
a { background-color: rgb(158,87,177); }
div.DivClassName
{
background-color: #9E57B1;
}
.BgClassName
{
background-color: #9E57B1;
}
</style>
border-color css
<style>
span { border-color: #9E57B1; }
span { border-color: rgb(158,87,177); }
td.TdClassName
{
border-color: #9E57B1;
}
.TagClassName
{
border-color: #9E57B1;
}
</style>