Shades of Lilac Bush #865CBD
Tints of Lilac Bush #865CBD
RGB
CMYK
RGB Variations
Color information
#865CBD (or 0x865CBD) is known color: Lilac Bush. HEX triplet: 86, 5C and BD. RGB value is (134,92,189). Sum of RGB (Red+Green+Blue) = 134+92+189=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #865CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865CBD is #79A342. Grayscale: #737373. Windows color (decimal): -7971651 or 12409990. OLE color: 12409990.
HSL color Cylindrical-coordinate representation of color #865CBD: hue angle of 265.98º 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 #865CBD is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 92 | 189 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.26 |
| HSL | 265.98º | 0.42% | 0.55% | - |
| HSV(B) | 265.98º | 0.51% | 0.74% | - |
| XYZ | 22.84 | 16.4 | 50.1 | - |
| YUV | 115.62 | 169.41 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 189 | 0.29 | 0.51 | 0 | 0.26 | 265.98 | 0.42 | 0.55 |
| Hex | 86 | 5C | BD | 1D | 33 | 0 | 1A | 10A | 2A | 37 |
| Octal | 206 | 134 | 275 | 35 | 63 | 0 | 32 | 412 | 52 | 67 |
| Binary | 10000110 | 1011100 | 10111101 | 11101 | 110011 | 0 | 11010 | 100001010 | 101010 | 110111 |
Color Harmonies of #865CBD
Complementary color
Monochromatic Colors of #865CBD
Black with #865CBD
Text Example
Text Example
White with #865CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865CBD; }
p { color: rgb(134,92,189); }
H1.HeaderClassName
{
color: #865CBD;
}
.AnyTagClassName
{
color: #865CBD;
}
</style>
background-color css
<style>
a { background-color: #865CBD; }
a { background-color: rgb(134,92,189); }
div.DivClassName
{
background-color: #865CBD;
}
.BgClassName
{
background-color: #865CBD;
}
</style>
border-color css
<style>
span { border-color: #865CBD; }
span { border-color: rgb(134,92,189); }
td.TdClassName
{
border-color: #865CBD;
}
.TagClassName
{
border-color: #865CBD;
}
</style>