Shades of Deep Lilac #885AAD
Tints of Deep Lilac #885AAD
RGB
CMYK
RGB Variations
Color information
#885AAD (or 0x885AAD) is known color: Deep Lilac. HEX triplet: 88, 5A and AD. RGB value is (136,90,173). Sum of RGB (Red+Green+Blue) = 136+90+173=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #885AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885AAD is #77A552. Grayscale: #707070. Windows color (decimal): -7841107 or 11360904. OLE color: 11360904.
HSL color Cylindrical-coordinate representation of color #885AAD: hue angle of 273.25º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #885AAD is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 90 | 173 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.32 |
| HSL | 273.25º | 0.34% | 0.52% | - |
| HSV(B) | 273.25º | 0.48% | 0.68% | - |
| XYZ | 21.35 | 15.56 | 41.41 | - |
| YUV | 113.22 | 161.74 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 173 | 0.21 | 0.48 | 0 | 0.32 | 273.25 | 0.34 | 0.52 |
| Hex | 88 | 5A | AD | 15 | 30 | 0 | 20 | 111 | 22 | 34 |
| Octal | 210 | 132 | 255 | 25 | 60 | 0 | 40 | 421 | 42 | 64 |
| Binary | 10001000 | 1011010 | 10101101 | 10101 | 110000 | 0 | 100000 | 100010001 | 100010 | 110100 |
Color Harmonies of #885AAD
Complementary color
Monochromatic Colors of #885AAD
Black with #885AAD
Text Example
Text Example
White with #885AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885AAD; }
p { color: rgb(136,90,173); }
H1.HeaderClassName
{
color: #885AAD;
}
.AnyTagClassName
{
color: #885AAD;
}
</style>
background-color css
<style>
a { background-color: #885AAD; }
a { background-color: rgb(136,90,173); }
div.DivClassName
{
background-color: #885AAD;
}
.BgClassName
{
background-color: #885AAD;
}
</style>
border-color css
<style>
span { border-color: #885AAD; }
span { border-color: rgb(136,90,173); }
td.TdClassName
{
border-color: #885AAD;
}
.TagClassName
{
border-color: #885AAD;
}
</style>