Shades of Deep Lilac #885EB2
Tints of Deep Lilac #885EB2
RGB
CMYK
RGB Variations
Color information
#885EB2 (or 0x885EB2) is known color: Deep Lilac. HEX triplet: 88, 5E and B2. RGB value is (136,94,178). Sum of RGB (Red+Green+Blue) = 136+94+178=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 178 (69.92% from 255 or 43.63% from 408); Max value from RGB is 178 - color contains mainly: blue. Hex color #885EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885EB2 is #77A14D. Grayscale: #737373. Windows color (decimal): -7840078 or 11689608. OLE color: 11689608.
HSL color Cylindrical-coordinate representation of color #885EB2: hue angle of 270º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #885EB2 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 94 | 178 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.30 |
| HSL | 270º | 0.35% | 0.53% | - |
| HSV(B) | 270º | 0.47% | 0.7% | - |
| XYZ | 22.19 | 16.45 | 44.13 | - |
| YUV | 116.13 | 162.91 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 94 | 178 | 0.24 | 0.47 | 0 | 0.30 | 270 | 0.35 | 0.53 |
| Hex | 88 | 5E | B2 | 18 | 2F | 0 | 1E | 10E | 23 | 35 |
| Octal | 210 | 136 | 262 | 30 | 57 | 0 | 36 | 416 | 43 | 65 |
| Binary | 10001000 | 1011110 | 10110010 | 11000 | 101111 | 0 | 11110 | 100001110 | 100011 | 110101 |
Color Harmonies of #885EB2
Complementary color
Monochromatic Colors of #885EB2
Black with #885EB2
Text Example
Text Example
White with #885EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885EB2; }
p { color: rgb(136,94,178); }
H1.HeaderClassName
{
color: #885EB2;
}
.AnyTagClassName
{
color: #885EB2;
}
</style>
background-color css
<style>
a { background-color: #885EB2; }
a { background-color: rgb(136,94,178); }
div.DivClassName
{
background-color: #885EB2;
}
.BgClassName
{
background-color: #885EB2;
}
</style>
border-color css
<style>
span { border-color: #885EB2; }
span { border-color: rgb(136,94,178); }
td.TdClassName
{
border-color: #885EB2;
}
.TagClassName
{
border-color: #885EB2;
}
</style>