Shades of Lilac Bush #8865BC
Tints of Lilac Bush #8865BC
RGB
CMYK
RGB Variations
Color information
#8865BC (or 0x8865BC) is known color: Lilac Bush. HEX triplet: 88, 65 and BC. RGB value is (136,101,188). Sum of RGB (Red+Green+Blue) = 136+101+188=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #8865BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8865BC is #779A43. Grayscale: #797979. Windows color (decimal): -7838276 or 12346760. OLE color: 12346760.
HSL color Cylindrical-coordinate representation of color #8865BC: hue angle of 264.14º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8865BC is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 101 | 188 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.26 |
| HSL | 264.14º | 0.39% | 0.57% | - |
| HSV(B) | 264.14º | 0.46% | 0.74% | - |
| XYZ | 23.88 | 18.17 | 49.83 | - |
| YUV | 121.38 | 165.6 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 101 | 188 | 0.28 | 0.46 | 0 | 0.26 | 264.14 | 0.39 | 0.57 |
| Hex | 88 | 65 | BC | 1C | 2E | 0 | 1A | 108 | 27 | 39 |
| Octal | 210 | 145 | 274 | 34 | 56 | 0 | 32 | 410 | 47 | 71 |
| Binary | 10001000 | 1100101 | 10111100 | 11100 | 101110 | 0 | 11010 | 100001000 | 100111 | 111001 |
Color Harmonies of #8865BC
Complementary color
Monochromatic Colors of #8865BC
Black with #8865BC
Text Example
Text Example
White with #8865BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8865BC; }
p { color: rgb(136,101,188); }
H1.HeaderClassName
{
color: #8865BC;
}
.AnyTagClassName
{
color: #8865BC;
}
</style>
background-color css
<style>
a { background-color: #8865BC; }
a { background-color: rgb(136,101,188); }
div.DivClassName
{
background-color: #8865BC;
}
.BgClassName
{
background-color: #8865BC;
}
</style>
border-color css
<style>
span { border-color: #8865BC; }
span { border-color: rgb(136,101,188); }
td.TdClassName
{
border-color: #8865BC;
}
.TagClassName
{
border-color: #8865BC;
}
</style>