Shades of Lilac Bush #865CBC
Tints of Lilac Bush #865CBC
RGB
CMYK
RGB Variations
Color information
#865CBC (or 0x865CBC) is known color: Lilac Bush. HEX triplet: 86, 5C and BC. RGB value is (134,92,188). Sum of RGB (Red+Green+Blue) = 134+92+188=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #865CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865CBC is #79A343. Grayscale: #737373. Windows color (decimal): -7971652 or 12344454. OLE color: 12344454.
HSL color Cylindrical-coordinate representation of color #865CBC: hue angle of 266.25º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #865CBC is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 92 | 188 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.26 |
| HSL | 266.25º | 0.42% | 0.55% | - |
| HSV(B) | 266.25º | 0.51% | 0.74% | - |
| XYZ | 22.74 | 16.35 | 49.54 | - |
| YUV | 115.5 | 168.91 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 188 | 0.29 | 0.51 | 0 | 0.26 | 266.25 | 0.42 | 0.55 |
| Hex | 86 | 5C | BC | 1D | 33 | 0 | 1A | 10A | 2A | 37 |
| Octal | 206 | 134 | 274 | 35 | 63 | 0 | 32 | 412 | 52 | 67 |
| Binary | 10000110 | 1011100 | 10111100 | 11101 | 110011 | 0 | 11010 | 100001010 | 101010 | 110111 |
Color Harmonies of #865CBC
Complementary color
Monochromatic Colors of #865CBC
Black with #865CBC
Text Example
Text Example
White with #865CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865CBC; }
p { color: rgb(134,92,188); }
H1.HeaderClassName
{
color: #865CBC;
}
.AnyTagClassName
{
color: #865CBC;
}
</style>
background-color css
<style>
a { background-color: #865CBC; }
a { background-color: rgb(134,92,188); }
div.DivClassName
{
background-color: #865CBC;
}
.BgClassName
{
background-color: #865CBC;
}
</style>
border-color css
<style>
span { border-color: #865CBC; }
span { border-color: rgb(134,92,188); }
td.TdClassName
{
border-color: #865CBC;
}
.TagClassName
{
border-color: #865CBC;
}
</style>