Shades of Lilac Bush #865DBE
Tints of Lilac Bush #865DBE
RGB
CMYK
RGB Variations
Color information
#865DBE (or 0x865DBE) is known color: Lilac Bush. HEX triplet: 86, 5D and BE. RGB value is (134,93,190). Sum of RGB (Red+Green+Blue) = 134+93+190=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #865DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865DBE is #79A241. Grayscale: #737373. Windows color (decimal): -7971394 or 12475782. OLE color: 12475782.
HSL color Cylindrical-coordinate representation of color #865DBE: hue angle of 265.36º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #865DBE is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 93 | 190 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.25 |
| HSL | 265.36º | 0.43% | 0.55% | - |
| HSV(B) | 265.36º | 0.51% | 0.75% | - |
| XYZ | 23.04 | 16.61 | 50.71 | - |
| YUV | 116.32 | 169.58 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 190 | 0.29 | 0.51 | 0 | 0.25 | 265.36 | 0.43 | 0.55 |
| Hex | 86 | 5D | BE | 1D | 33 | 0 | 19 | 109 | 2B | 37 |
| Octal | 206 | 135 | 276 | 35 | 63 | 0 | 31 | 411 | 53 | 67 |
| Binary | 10000110 | 1011101 | 10111110 | 11101 | 110011 | 0 | 11001 | 100001001 | 101011 | 110111 |
Color Harmonies of #865DBE
Complementary color
Monochromatic Colors of #865DBE
Black with #865DBE
Text Example
Text Example
White with #865DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865DBE; }
p { color: rgb(134,93,190); }
H1.HeaderClassName
{
color: #865DBE;
}
.AnyTagClassName
{
color: #865DBE;
}
</style>
background-color css
<style>
a { background-color: #865DBE; }
a { background-color: rgb(134,93,190); }
div.DivClassName
{
background-color: #865DBE;
}
.BgClassName
{
background-color: #865DBE;
}
</style>
border-color css
<style>
span { border-color: #865DBE; }
span { border-color: rgb(134,93,190); }
td.TdClassName
{
border-color: #865DBE;
}
.TagClassName
{
border-color: #865DBE;
}
</style>