Shades of Deep Lilac #885DB0
Tints of Deep Lilac #885DB0
RGB
CMYK
RGB Variations
Color information
#885DB0 (or 0x885DB0) is known color: Deep Lilac. HEX triplet: 88, 5D and B0. RGB value is (136,93,176). Sum of RGB (Red+Green+Blue) = 136+93+176=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 176 - color contains mainly: blue. Hex color #885DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885DB0 is #77A24F. Grayscale: #737373. Windows color (decimal): -7840336 or 11558280. OLE color: 11558280.
HSL color Cylindrical-coordinate representation of color #885DB0: hue angle of 271.08º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #885DB0 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 93 | 176 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.31 |
| HSL | 271.08º | 0.34% | 0.53% | - |
| HSV(B) | 271.08º | 0.47% | 0.69% | - |
| XYZ | 21.9 | 16.2 | 43.05 | - |
| YUV | 115.32 | 162.25 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 93 | 176 | 0.23 | 0.47 | 0 | 0.31 | 271.08 | 0.34 | 0.53 |
| Hex | 88 | 5D | B0 | 17 | 2F | 0 | 1F | 10F | 22 | 35 |
| Octal | 210 | 135 | 260 | 27 | 57 | 0 | 37 | 417 | 42 | 65 |
| Binary | 10001000 | 1011101 | 10110000 | 10111 | 101111 | 0 | 11111 | 100001111 | 100010 | 110101 |
Color Harmonies of #885DB0
Complementary color
Monochromatic Colors of #885DB0
Black with #885DB0
Text Example
Text Example
White with #885DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885DB0; }
p { color: rgb(136,93,176); }
H1.HeaderClassName
{
color: #885DB0;
}
.AnyTagClassName
{
color: #885DB0;
}
</style>
background-color css
<style>
a { background-color: #885DB0; }
a { background-color: rgb(136,93,176); }
div.DivClassName
{
background-color: #885DB0;
}
.BgClassName
{
background-color: #885DB0;
}
</style>
border-color css
<style>
span { border-color: #885DB0; }
span { border-color: rgb(136,93,176); }
td.TdClassName
{
border-color: #885DB0;
}
.TagClassName
{
border-color: #885DB0;
}
</style>