Shades of Lilac Bush #8861BE
Tints of Lilac Bush #8861BE
RGB
CMYK
RGB Variations
Color information
#8861BE (or 0x8861BE) is known color: Lilac Bush. HEX triplet: 88, 61 and BE. RGB value is (136,97,190). Sum of RGB (Red+Green+Blue) = 136+97+190=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #8861BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8861BE is #779E41. Grayscale: #767676. Windows color (decimal): -7839298 or 12476808. OLE color: 12476808.
HSL color Cylindrical-coordinate representation of color #8861BE: hue angle of 265.16º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8861BE is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 97 | 190 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.25 |
| HSL | 265.16º | 0.42% | 0.56% | - |
| HSV(B) | 265.16º | 0.49% | 0.75% | - |
| XYZ | 23.72 | 17.5 | 50.84 | - |
| YUV | 119.26 | 167.92 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 97 | 190 | 0.28 | 0.49 | 0 | 0.25 | 265.16 | 0.42 | 0.56 |
| Hex | 88 | 61 | BE | 1C | 31 | 0 | 19 | 109 | 2A | 38 |
| Octal | 210 | 141 | 276 | 34 | 61 | 0 | 31 | 411 | 52 | 70 |
| Binary | 10001000 | 1100001 | 10111110 | 11100 | 110001 | 0 | 11001 | 100001001 | 101010 | 111000 |
Color Harmonies of #8861BE
Complementary color
Monochromatic Colors of #8861BE
Black with #8861BE
Text Example
Text Example
White with #8861BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8861BE; }
p { color: rgb(136,97,190); }
H1.HeaderClassName
{
color: #8861BE;
}
.AnyTagClassName
{
color: #8861BE;
}
</style>
background-color css
<style>
a { background-color: #8861BE; }
a { background-color: rgb(136,97,190); }
div.DivClassName
{
background-color: #8861BE;
}
.BgClassName
{
background-color: #8861BE;
}
</style>
border-color css
<style>
span { border-color: #8861BE; }
span { border-color: rgb(136,97,190); }
td.TdClassName
{
border-color: #8861BE;
}
.TagClassName
{
border-color: #8861BE;
}
</style>