Shades of Deep Lilac #885BB3
Tints of Deep Lilac #885BB3
RGB
CMYK
RGB Variations
Color information
#885BB3 (or 0x885BB3) is known color: Deep Lilac. HEX triplet: 88, 5B and B3. RGB value is (136,91,179). Sum of RGB (Red+Green+Blue) = 136+91+179=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 179 - color contains mainly: blue. Hex color #885BB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885BB3 is #77A44C. Grayscale: #727272. Windows color (decimal): -7840845 or 11754376. OLE color: 11754376.
HSL color Cylindrical-coordinate representation of color #885BB3: hue angle of 270.68º degrees, saturation: 0.37, 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 #885BB3 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 91 | 179 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.30 |
| HSL | 270.68º | 0.37% | 0.53% | - |
| HSV(B) | 270.68º | 0.49% | 0.7% | - |
| XYZ | 22.03 | 15.97 | 44.57 | - |
| YUV | 114.49 | 164.41 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 91 | 179 | 0.24 | 0.49 | 0 | 0.30 | 270.68 | 0.37 | 0.53 |
| Hex | 88 | 5B | B3 | 18 | 31 | 0 | 1E | 10F | 25 | 35 |
| Octal | 210 | 133 | 263 | 30 | 61 | 0 | 36 | 417 | 45 | 65 |
| Binary | 10001000 | 1011011 | 10110011 | 11000 | 110001 | 0 | 11110 | 100001111 | 100101 | 110101 |
Color Harmonies of #885BB3
Complementary color
Monochromatic Colors of #885BB3
Black with #885BB3
Text Example
Text Example
White with #885BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885BB3; }
p { color: rgb(136,91,179); }
H1.HeaderClassName
{
color: #885BB3;
}
.AnyTagClassName
{
color: #885BB3;
}
</style>
background-color css
<style>
a { background-color: #885BB3; }
a { background-color: rgb(136,91,179); }
div.DivClassName
{
background-color: #885BB3;
}
.BgClassName
{
background-color: #885BB3;
}
</style>
border-color css
<style>
span { border-color: #885BB3; }
span { border-color: rgb(136,91,179); }
td.TdClassName
{
border-color: #885BB3;
}
.TagClassName
{
border-color: #885BB3;
}
</style>