Shades of Deep Lilac #885CAF
Tints of Deep Lilac #885CAF
RGB
CMYK
RGB Variations
Color information
#885CAF (or 0x885CAF) is known color: Deep Lilac. HEX triplet: 88, 5C and AF. RGB value is (136,92,175). Sum of RGB (Red+Green+Blue) = 136+92+175=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #885CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885CAF is #77A350. Grayscale: #727272. Windows color (decimal): -7840593 or 11492488. OLE color: 11492488.
HSL color Cylindrical-coordinate representation of color #885CAF: hue angle of 271.81º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #885CAF is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 92 | 175 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.31 |
| HSL | 271.81º | 0.34% | 0.52% | - |
| HSV(B) | 271.81º | 0.47% | 0.69% | - |
| XYZ | 21.72 | 15.98 | 42.5 | - |
| YUV | 114.62 | 162.08 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 92 | 175 | 0.22 | 0.47 | 0 | 0.31 | 271.81 | 0.34 | 0.52 |
| Hex | 88 | 5C | AF | 16 | 2F | 0 | 1F | 110 | 22 | 34 |
| Octal | 210 | 134 | 257 | 26 | 57 | 0 | 37 | 420 | 42 | 64 |
| Binary | 10001000 | 1011100 | 10101111 | 10110 | 101111 | 0 | 11111 | 100010000 | 100010 | 110100 |
Color Harmonies of #885CAF
Complementary color
Monochromatic Colors of #885CAF
Black with #885CAF
Text Example
Text Example
White with #885CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885CAF; }
p { color: rgb(136,92,175); }
H1.HeaderClassName
{
color: #885CAF;
}
.AnyTagClassName
{
color: #885CAF;
}
</style>
background-color css
<style>
a { background-color: #885CAF; }
a { background-color: rgb(136,92,175); }
div.DivClassName
{
background-color: #885CAF;
}
.BgClassName
{
background-color: #885CAF;
}
</style>
border-color css
<style>
span { border-color: #885CAF; }
span { border-color: rgb(136,92,175); }
td.TdClassName
{
border-color: #885CAF;
}
.TagClassName
{
border-color: #885CAF;
}
</style>