Shades of Lilac Bush #865BBC
Tints of Lilac Bush #865BBC
RGB
CMYK
RGB Variations
Color information
#865BBC (or 0x865BBC) is known color: Lilac Bush. HEX triplet: 86, 5B and BC. RGB value is (134,91,188). Sum of RGB (Red+Green+Blue) = 134+91+188=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #865BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865BBC is #79A443. Grayscale: #727272. Windows color (decimal): -7971908 or 12344198. OLE color: 12344198.
HSL color Cylindrical-coordinate representation of color #865BBC: hue angle of 266.6º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #865BBC is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 91 | 188 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.26 |
| HSL | 266.6º | 0.42% | 0.55% | - |
| HSV(B) | 266.6º | 0.52% | 0.74% | - |
| XYZ | 22.65 | 16.18 | 49.51 | - |
| YUV | 114.92 | 169.25 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 188 | 0.29 | 0.52 | 0 | 0.26 | 266.6 | 0.42 | 0.55 |
| Hex | 86 | 5B | BC | 1D | 34 | 0 | 1A | 10B | 2A | 37 |
| Octal | 206 | 133 | 274 | 35 | 64 | 0 | 32 | 413 | 52 | 67 |
| Binary | 10000110 | 1011011 | 10111100 | 11101 | 110100 | 0 | 11010 | 100001011 | 101010 | 110111 |
Color Harmonies of #865BBC
Complementary color
Monochromatic Colors of #865BBC
Black with #865BBC
Text Example
Text Example
White with #865BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865BBC; }
p { color: rgb(134,91,188); }
H1.HeaderClassName
{
color: #865BBC;
}
.AnyTagClassName
{
color: #865BBC;
}
</style>
background-color css
<style>
a { background-color: #865BBC; }
a { background-color: rgb(134,91,188); }
div.DivClassName
{
background-color: #865BBC;
}
.BgClassName
{
background-color: #865BBC;
}
</style>
border-color css
<style>
span { border-color: #865BBC; }
span { border-color: rgb(134,91,188); }
td.TdClassName
{
border-color: #865BBC;
}
.TagClassName
{
border-color: #865BBC;
}
</style>