Shades of Lilac Bush #895EBA
Tints of Lilac Bush #895EBA
RGB
CMYK
RGB Variations
Color information
#895EBA (or 0x895EBA) is known color: Lilac Bush. HEX triplet: 89, 5E and BA. RGB value is (137,94,186). Sum of RGB (Red+Green+Blue) = 137+94+186=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #895EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895EBA is #76A145. Grayscale: #757575. Windows color (decimal): -7774534 or 12213897. OLE color: 12213897.
HSL color Cylindrical-coordinate representation of color #895EBA: hue angle of 268.04º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #895EBA is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 94 | 186 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.27 |
| HSL | 268.04º | 0.4% | 0.55% | - |
| HSV(B) | 268.04º | 0.49% | 0.73% | - |
| XYZ | 23.18 | 16.87 | 48.49 | - |
| YUV | 117.35 | 166.75 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 186 | 0.26 | 0.49 | 0 | 0.27 | 268.04 | 0.4 | 0.55 |
| Hex | 89 | 5E | BA | 1A | 31 | 0 | 1B | 10C | 28 | 37 |
| Octal | 211 | 136 | 272 | 32 | 61 | 0 | 33 | 414 | 50 | 67 |
| Binary | 10001001 | 1011110 | 10111010 | 11010 | 110001 | 0 | 11011 | 100001100 | 101000 | 110111 |
Color Harmonies of #895EBA
Complementary color
Monochromatic Colors of #895EBA
Black with #895EBA
Text Example
Text Example
White with #895EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895EBA; }
p { color: rgb(137,94,186); }
H1.HeaderClassName
{
color: #895EBA;
}
.AnyTagClassName
{
color: #895EBA;
}
</style>
background-color css
<style>
a { background-color: #895EBA; }
a { background-color: rgb(137,94,186); }
div.DivClassName
{
background-color: #895EBA;
}
.BgClassName
{
background-color: #895EBA;
}
</style>
border-color css
<style>
span { border-color: #895EBA; }
span { border-color: rgb(137,94,186); }
td.TdClassName
{
border-color: #895EBA;
}
.TagClassName
{
border-color: #895EBA;
}
</style>