Shades of Deep Lilac #885BBD
Tints of Deep Lilac #885BBD
RGB
CMYK
RGB Variations
Color information
#885BBD (or 0x885BBD) is known color: Deep Lilac. HEX triplet: 88, 5B and BD. RGB value is (136,91,189). Sum of RGB (Red+Green+Blue) = 136+91+189=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #885BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885BBD is #77A442. Grayscale: #737373. Windows color (decimal): -7840835 or 12409736. OLE color: 12409736.
HSL color Cylindrical-coordinate representation of color #885BBD: hue angle of 267.55º degrees, saturation: 0.43, 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 #885BBD is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 91 | 189 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.26 |
| HSL | 267.55º | 0.43% | 0.55% | - |
| HSV(B) | 267.55º | 0.52% | 0.74% | - |
| XYZ | 23.08 | 16.39 | 50.09 | - |
| YUV | 115.63 | 169.41 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 91 | 189 | 0.28 | 0.52 | 0 | 0.26 | 267.55 | 0.43 | 0.55 |
| Hex | 88 | 5B | BD | 1C | 34 | 0 | 1A | 10C | 2B | 37 |
| Octal | 210 | 133 | 275 | 34 | 64 | 0 | 32 | 414 | 53 | 67 |
| Binary | 10001000 | 1011011 | 10111101 | 11100 | 110100 | 0 | 11010 | 100001100 | 101011 | 110111 |
Color Harmonies of #885BBD
Complementary color
Monochromatic Colors of #885BBD
Black with #885BBD
Text Example
Text Example
White with #885BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885BBD; }
p { color: rgb(136,91,189); }
H1.HeaderClassName
{
color: #885BBD;
}
.AnyTagClassName
{
color: #885BBD;
}
</style>
background-color css
<style>
a { background-color: #885BBD; }
a { background-color: rgb(136,91,189); }
div.DivClassName
{
background-color: #885BBD;
}
.BgClassName
{
background-color: #885BBD;
}
</style>
border-color css
<style>
span { border-color: #885BBD; }
span { border-color: rgb(136,91,189); }
td.TdClassName
{
border-color: #885BBD;
}
.TagClassName
{
border-color: #885BBD;
}
</style>