Shades of Lilac Bush #865CBE
Tints of Lilac Bush #865CBE
RGB
CMYK
RGB Variations
Color information
#865CBE (or 0x865CBE) is known color: Lilac Bush. HEX triplet: 86, 5C and BE. RGB value is (134,92,190). Sum of RGB (Red+Green+Blue) = 134+92+190=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #865CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865CBE is #79A341. Grayscale: #737373. Windows color (decimal): -7971650 or 12475526. OLE color: 12475526.
HSL color Cylindrical-coordinate representation of color #865CBE: hue angle of 265.71º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #865CBE is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 92 | 190 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.25 |
| HSL | 265.71º | 0.43% | 0.55% | - |
| HSV(B) | 265.71º | 0.52% | 0.75% | - |
| XYZ | 22.95 | 16.44 | 50.68 | - |
| YUV | 115.73 | 169.91 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 190 | 0.29 | 0.52 | 0 | 0.25 | 265.71 | 0.43 | 0.55 |
| Hex | 86 | 5C | BE | 1D | 34 | 0 | 19 | 10A | 2B | 37 |
| Octal | 206 | 134 | 276 | 35 | 64 | 0 | 31 | 412 | 53 | 67 |
| Binary | 10000110 | 1011100 | 10111110 | 11101 | 110100 | 0 | 11001 | 100001010 | 101011 | 110111 |
Color Harmonies of #865CBE
Complementary color
Monochromatic Colors of #865CBE
Black with #865CBE
Text Example
Text Example
White with #865CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865CBE; }
p { color: rgb(134,92,190); }
H1.HeaderClassName
{
color: #865CBE;
}
.AnyTagClassName
{
color: #865CBE;
}
</style>
background-color css
<style>
a { background-color: #865CBE; }
a { background-color: rgb(134,92,190); }
div.DivClassName
{
background-color: #865CBE;
}
.BgClassName
{
background-color: #865CBE;
}
</style>
border-color css
<style>
span { border-color: #865CBE; }
span { border-color: rgb(134,92,190); }
td.TdClassName
{
border-color: #865CBE;
}
.TagClassName
{
border-color: #865CBE;
}
</style>