Shades of Deep Lilac #885AB6
Tints of Deep Lilac #885AB6
RGB
CMYK
RGB Variations
Color information
#885AB6 (or 0x885AB6) is known color: Deep Lilac. HEX triplet: 88, 5A and B6. RGB value is (136,90,182). Sum of RGB (Red+Green+Blue) = 136+90+182=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 182 (71.48% from 255 or 44.61% from 408); Max value from RGB is 182 - color contains mainly: blue. Hex color #885AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885AB6 is #77A549. Grayscale: #717171. Windows color (decimal): -7841098 or 11950728. OLE color: 11950728.
HSL color Cylindrical-coordinate representation of color #885AB6: hue angle of 270º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #885AB6 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 90 | 182 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.29 |
| HSL | 270º | 0.39% | 0.53% | - |
| HSV(B) | 270º | 0.51% | 0.71% | - |
| XYZ | 22.25 | 15.92 | 46.16 | - |
| YUV | 114.24 | 166.24 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 182 | 0.25 | 0.51 | 0 | 0.29 | 270 | 0.39 | 0.53 |
| Hex | 88 | 5A | B6 | 19 | 33 | 0 | 1D | 10E | 27 | 35 |
| Octal | 210 | 132 | 266 | 31 | 63 | 0 | 35 | 416 | 47 | 65 |
| Binary | 10001000 | 1011010 | 10110110 | 11001 | 110011 | 0 | 11101 | 100001110 | 100111 | 110101 |
Color Harmonies of #885AB6
Complementary color
Monochromatic Colors of #885AB6
Black with #885AB6
Text Example
Text Example
White with #885AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885AB6; }
p { color: rgb(136,90,182); }
H1.HeaderClassName
{
color: #885AB6;
}
.AnyTagClassName
{
color: #885AB6;
}
</style>
background-color css
<style>
a { background-color: #885AB6; }
a { background-color: rgb(136,90,182); }
div.DivClassName
{
background-color: #885AB6;
}
.BgClassName
{
background-color: #885AB6;
}
</style>
border-color css
<style>
span { border-color: #885AB6; }
span { border-color: rgb(136,90,182); }
td.TdClassName
{
border-color: #885AB6;
}
.TagClassName
{
border-color: #885AB6;
}
</style>