Shades of Lilac Bush #865ABE
Tints of Lilac Bush #865ABE
RGB
CMYK
RGB Variations
Color information
#865ABE (or 0x865ABE) is known color: Lilac Bush. HEX triplet: 86, 5A and BE. RGB value is (134,90,190). Sum of RGB (Red+Green+Blue) = 134+90+190=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #865ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865ABE is #79A541. Grayscale: #727272. Windows color (decimal): -7972162 or 12475014. OLE color: 12475014.
HSL color Cylindrical-coordinate representation of color #865ABE: hue angle of 266.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #865ABE is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 90 | 190 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.25 |
| HSL | 266.4º | 0.43% | 0.55% | - |
| HSV(B) | 266.4º | 0.53% | 0.75% | - |
| XYZ | 22.78 | 16.1 | 50.62 | - |
| YUV | 114.56 | 170.58 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 90 | 190 | 0.29 | 0.53 | 0 | 0.25 | 266.4 | 0.43 | 0.55 |
| Hex | 86 | 5A | BE | 1D | 35 | 0 | 19 | 10A | 2B | 37 |
| Octal | 206 | 132 | 276 | 35 | 65 | 0 | 31 | 412 | 53 | 67 |
| Binary | 10000110 | 1011010 | 10111110 | 11101 | 110101 | 0 | 11001 | 100001010 | 101011 | 110111 |
Color Harmonies of #865ABE
Complementary color
Monochromatic Colors of #865ABE
Black with #865ABE
Text Example
Text Example
White with #865ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865ABE; }
p { color: rgb(134,90,190); }
H1.HeaderClassName
{
color: #865ABE;
}
.AnyTagClassName
{
color: #865ABE;
}
</style>
background-color css
<style>
a { background-color: #865ABE; }
a { background-color: rgb(134,90,190); }
div.DivClassName
{
background-color: #865ABE;
}
.BgClassName
{
background-color: #865ABE;
}
</style>
border-color css
<style>
span { border-color: #865ABE; }
span { border-color: rgb(134,90,190); }
td.TdClassName
{
border-color: #865ABE;
}
.TagClassName
{
border-color: #865ABE;
}
</style>