Shades of Deep Lilac #885ABC
Tints of Deep Lilac #885ABC
RGB
CMYK
RGB Variations
Color information
#885ABC (or 0x885ABC) is known color: Deep Lilac. HEX triplet: 88, 5A and BC. RGB value is (136,90,188). Sum of RGB (Red+Green+Blue) = 136+90+188=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #885ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885ABC is #77A543. Grayscale: #727272. Windows color (decimal): -7841092 or 12343944. OLE color: 12343944.
HSL color Cylindrical-coordinate representation of color #885ABC: hue angle of 268.16º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #885ABC is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 90 | 188 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.26 |
| HSL | 268.16º | 0.42% | 0.55% | - |
| HSV(B) | 268.16º | 0.52% | 0.74% | - |
| XYZ | 22.89 | 16.18 | 49.49 | - |
| YUV | 114.93 | 169.24 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 188 | 0.28 | 0.52 | 0 | 0.26 | 268.16 | 0.42 | 0.55 |
| Hex | 88 | 5A | BC | 1C | 34 | 0 | 1A | 10C | 2A | 37 |
| Octal | 210 | 132 | 274 | 34 | 64 | 0 | 32 | 414 | 52 | 67 |
| Binary | 10001000 | 1011010 | 10111100 | 11100 | 110100 | 0 | 11010 | 100001100 | 101010 | 110111 |
Color Harmonies of #885ABC
Complementary color
Monochromatic Colors of #885ABC
Black with #885ABC
Text Example
Text Example
White with #885ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885ABC; }
p { color: rgb(136,90,188); }
H1.HeaderClassName
{
color: #885ABC;
}
.AnyTagClassName
{
color: #885ABC;
}
</style>
background-color css
<style>
a { background-color: #885ABC; }
a { background-color: rgb(136,90,188); }
div.DivClassName
{
background-color: #885ABC;
}
.BgClassName
{
background-color: #885ABC;
}
</style>
border-color css
<style>
span { border-color: #885ABC; }
span { border-color: rgb(136,90,188); }
td.TdClassName
{
border-color: #885ABC;
}
.TagClassName
{
border-color: #885ABC;
}
</style>