Shades of Deep Lilac #885AB0
Tints of Deep Lilac #885AB0
RGB
CMYK
RGB Variations
Color information
#885AB0 (or 0x885AB0) is known color: Deep Lilac. HEX triplet: 88, 5A and B0. RGB value is (136,90,176). Sum of RGB (Red+Green+Blue) = 136+90+176=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 176 - color contains mainly: blue. Hex color #885AB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885AB0 is #77A54F. Grayscale: #717171. Windows color (decimal): -7841104 or 11557512. OLE color: 11557512.
HSL color Cylindrical-coordinate representation of color #885AB0: hue angle of 272.09º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #885AB0 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 90 | 176 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.31 |
| HSL | 272.09º | 0.35% | 0.52% | - |
| HSV(B) | 272.09º | 0.49% | 0.69% | - |
| XYZ | 21.65 | 15.68 | 42.96 | - |
| YUV | 113.56 | 163.24 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 176 | 0.23 | 0.49 | 0 | 0.31 | 272.09 | 0.35 | 0.52 |
| Hex | 88 | 5A | B0 | 17 | 31 | 0 | 1F | 110 | 23 | 34 |
| Octal | 210 | 132 | 260 | 27 | 61 | 0 | 37 | 420 | 43 | 64 |
| Binary | 10001000 | 1011010 | 10110000 | 10111 | 110001 | 0 | 11111 | 100010000 | 100011 | 110100 |
Color Harmonies of #885AB0
Complementary color
Monochromatic Colors of #885AB0
Black with #885AB0
Text Example
Text Example
White with #885AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885AB0; }
p { color: rgb(136,90,176); }
H1.HeaderClassName
{
color: #885AB0;
}
.AnyTagClassName
{
color: #885AB0;
}
</style>
background-color css
<style>
a { background-color: #885AB0; }
a { background-color: rgb(136,90,176); }
div.DivClassName
{
background-color: #885AB0;
}
.BgClassName
{
background-color: #885AB0;
}
</style>
border-color css
<style>
span { border-color: #885AB0; }
span { border-color: rgb(136,90,176); }
td.TdClassName
{
border-color: #885AB0;
}
.TagClassName
{
border-color: #885AB0;
}
</style>