Shades of Deep Lilac #885BAD
Tints of Deep Lilac #885BAD
RGB
CMYK
RGB Variations
Color information
#885BAD (or 0x885BAD) is known color: Deep Lilac. HEX triplet: 88, 5B and AD. RGB value is (136,91,173). Sum of RGB (Red+Green+Blue) = 136+91+173=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #885BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885BAD is #77A452. Grayscale: #717171. Windows color (decimal): -7840851 or 11361160. OLE color: 11361160.
HSL color Cylindrical-coordinate representation of color #885BAD: hue angle of 272.93º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #885BAD is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 91 | 173 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.32 |
| HSL | 272.93º | 0.33% | 0.52% | - |
| HSV(B) | 272.93º | 0.47% | 0.68% | - |
| XYZ | 21.44 | 15.73 | 41.44 | - |
| YUV | 113.8 | 161.41 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 91 | 173 | 0.21 | 0.47 | 0 | 0.32 | 272.93 | 0.33 | 0.52 |
| Hex | 88 | 5B | AD | 15 | 2F | 0 | 20 | 111 | 21 | 34 |
| Octal | 210 | 133 | 255 | 25 | 57 | 0 | 40 | 421 | 41 | 64 |
| Binary | 10001000 | 1011011 | 10101101 | 10101 | 101111 | 0 | 100000 | 100010001 | 100001 | 110100 |
Color Harmonies of #885BAD
Complementary color
Monochromatic Colors of #885BAD
Black with #885BAD
Text Example
Text Example
White with #885BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885BAD; }
p { color: rgb(136,91,173); }
H1.HeaderClassName
{
color: #885BAD;
}
.AnyTagClassName
{
color: #885BAD;
}
</style>
background-color css
<style>
a { background-color: #885BAD; }
a { background-color: rgb(136,91,173); }
div.DivClassName
{
background-color: #885BAD;
}
.BgClassName
{
background-color: #885BAD;
}
</style>
border-color css
<style>
span { border-color: #885BAD; }
span { border-color: rgb(136,91,173); }
td.TdClassName
{
border-color: #885BAD;
}
.TagClassName
{
border-color: #885BAD;
}
</style>