Shades of Lilac Bush #886AB5
Tints of Lilac Bush #886AB5
RGB
CMYK
RGB Variations
Color information
#886AB5 (or 0x886AB5) is known color: Lilac Bush. HEX triplet: 88, 6A and B5. RGB value is (136,106,181). Sum of RGB (Red+Green+Blue) = 136+106+181=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 181 - color contains mainly: blue. Hex color #886AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886AB5 is #77954A. Grayscale: #7B7B7B. Windows color (decimal): -7837003 or 11889288. OLE color: 11889288.
HSL color Cylindrical-coordinate representation of color #886AB5: hue angle of 264º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #886AB5 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 106 | 181 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.29 |
| HSL | 264º | 0.34% | 0.56% | - |
| HSV(B) | 264º | 0.41% | 0.71% | - |
| XYZ | 23.65 | 18.88 | 46.11 | - |
| YUV | 123.52 | 160.44 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 106 | 181 | 0.25 | 0.41 | 0 | 0.29 | 264 | 0.34 | 0.56 |
| Hex | 88 | 6A | B5 | 19 | 29 | 0 | 1D | 108 | 22 | 38 |
| Octal | 210 | 152 | 265 | 31 | 51 | 0 | 35 | 410 | 42 | 70 |
| Binary | 10001000 | 1101010 | 10110101 | 11001 | 101001 | 0 | 11101 | 100001000 | 100010 | 111000 |
Color Harmonies of #886AB5
Complementary color
Monochromatic Colors of #886AB5
Black with #886AB5
Text Example
Text Example
White with #886AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886AB5; }
p { color: rgb(136,106,181); }
H1.HeaderClassName
{
color: #886AB5;
}
.AnyTagClassName
{
color: #886AB5;
}
</style>
background-color css
<style>
a { background-color: #886AB5; }
a { background-color: rgb(136,106,181); }
div.DivClassName
{
background-color: #886AB5;
}
.BgClassName
{
background-color: #886AB5;
}
</style>
border-color css
<style>
span { border-color: #886AB5; }
span { border-color: rgb(136,106,181); }
td.TdClassName
{
border-color: #886AB5;
}
.TagClassName
{
border-color: #886AB5;
}
</style>