Shades of Deep Lilac #885CB3
Tints of Deep Lilac #885CB3
RGB
CMYK
RGB Variations
Color information
#885CB3 (or 0x885CB3) is known color: Deep Lilac. HEX triplet: 88, 5C and B3. RGB value is (136,92,179). Sum of RGB (Red+Green+Blue) = 136+92+179=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 179 (70.31% from 255 or 43.98% from 407); Max value from RGB is 179 - color contains mainly: blue. Hex color #885CB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885CB3 is #77A34C. Grayscale: #727272. Windows color (decimal): -7840589 or 11754632. OLE color: 11754632.
HSL color Cylindrical-coordinate representation of color #885CB3: hue angle of 270.34º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #885CB3 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 92 | 179 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.30 |
| HSL | 270.34º | 0.36% | 0.53% | - |
| HSV(B) | 270.34º | 0.49% | 0.7% | - |
| XYZ | 22.12 | 16.14 | 44.6 | - |
| YUV | 115.07 | 164.08 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 92 | 179 | 0.24 | 0.49 | 0 | 0.30 | 270.34 | 0.36 | 0.53 |
| Hex | 88 | 5C | B3 | 18 | 31 | 0 | 1E | 10E | 24 | 35 |
| Octal | 210 | 134 | 263 | 30 | 61 | 0 | 36 | 416 | 44 | 65 |
| Binary | 10001000 | 1011100 | 10110011 | 11000 | 110001 | 0 | 11110 | 100001110 | 100100 | 110101 |
Color Harmonies of #885CB3
Complementary color
Monochromatic Colors of #885CB3
Black with #885CB3
Text Example
Text Example
White with #885CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885CB3; }
p { color: rgb(136,92,179); }
H1.HeaderClassName
{
color: #885CB3;
}
.AnyTagClassName
{
color: #885CB3;
}
</style>
background-color css
<style>
a { background-color: #885CB3; }
a { background-color: rgb(136,92,179); }
div.DivClassName
{
background-color: #885CB3;
}
.BgClassName
{
background-color: #885CB3;
}
</style>
border-color css
<style>
span { border-color: #885CB3; }
span { border-color: rgb(136,92,179); }
td.TdClassName
{
border-color: #885CB3;
}
.TagClassName
{
border-color: #885CB3;
}
</style>