Shades of Deep Lilac #885ABA
Tints of Deep Lilac #885ABA
RGB
CMYK
RGB Variations
Color information
#885ABA (or 0x885ABA) is known color: Deep Lilac. HEX triplet: 88, 5A and BA. RGB value is (136,90,186). Sum of RGB (Red+Green+Blue) = 136+90+186=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #885ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885ABA is #77A545. Grayscale: #727272. Windows color (decimal): -7841094 or 12212872. OLE color: 12212872.
HSL color Cylindrical-coordinate representation of color #885ABA: hue angle of 268.75º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #885ABA is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 90 | 186 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.27 |
| HSL | 268.75º | 0.41% | 0.54% | - |
| HSV(B) | 268.75º | 0.52% | 0.73% | - |
| XYZ | 22.67 | 16.09 | 48.37 | - |
| YUV | 114.7 | 168.24 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 186 | 0.27 | 0.52 | 0 | 0.27 | 268.75 | 0.41 | 0.54 |
| Hex | 88 | 5A | BA | 1B | 34 | 0 | 1B | 10D | 29 | 36 |
| Octal | 210 | 132 | 272 | 33 | 64 | 0 | 33 | 415 | 51 | 66 |
| Binary | 10001000 | 1011010 | 10111010 | 11011 | 110100 | 0 | 11011 | 100001101 | 101001 | 110110 |
Color Harmonies of #885ABA
Complementary color
Monochromatic Colors of #885ABA
Black with #885ABA
Text Example
Text Example
White with #885ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885ABA; }
p { color: rgb(136,90,186); }
H1.HeaderClassName
{
color: #885ABA;
}
.AnyTagClassName
{
color: #885ABA;
}
</style>
background-color css
<style>
a { background-color: #885ABA; }
a { background-color: rgb(136,90,186); }
div.DivClassName
{
background-color: #885ABA;
}
.BgClassName
{
background-color: #885ABA;
}
</style>
border-color css
<style>
span { border-color: #885ABA; }
span { border-color: rgb(136,90,186); }
td.TdClassName
{
border-color: #885ABA;
}
.TagClassName
{
border-color: #885ABA;
}
</style>