Shades of Lilac Bush #895EBF
Tints of Lilac Bush #895EBF
RGB
CMYK
RGB Variations
Color information
#895EBF (or 0x895EBF) is known color: Lilac Bush. HEX triplet: 89, 5E and BF. RGB value is (137,94,191). Sum of RGB (Red+Green+Blue) = 137+94+191=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #895EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895EBF is #76A140. Grayscale: #757575. Windows color (decimal): -7774529 or 12541577. OLE color: 12541577.
HSL color Cylindrical-coordinate representation of color #895EBF: hue angle of 266.6º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #895EBF is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 94 | 191 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.25 |
| HSL | 266.6º | 0.43% | 0.56% | - |
| HSV(B) | 266.6º | 0.51% | 0.75% | - |
| XYZ | 23.72 | 17.09 | 51.34 | - |
| YUV | 117.92 | 169.25 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 191 | 0.28 | 0.51 | 0 | 0.25 | 266.6 | 0.43 | 0.56 |
| Hex | 89 | 5E | BF | 1C | 33 | 0 | 19 | 10B | 2B | 38 |
| Octal | 211 | 136 | 277 | 34 | 63 | 0 | 31 | 413 | 53 | 70 |
| Binary | 10001001 | 1011110 | 10111111 | 11100 | 110011 | 0 | 11001 | 100001011 | 101011 | 111000 |
Color Harmonies of #895EBF
Complementary color
Monochromatic Colors of #895EBF
Black with #895EBF
Text Example
Text Example
White with #895EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895EBF; }
p { color: rgb(137,94,191); }
H1.HeaderClassName
{
color: #895EBF;
}
.AnyTagClassName
{
color: #895EBF;
}
</style>
background-color css
<style>
a { background-color: #895EBF; }
a { background-color: rgb(137,94,191); }
div.DivClassName
{
background-color: #895EBF;
}
.BgClassName
{
background-color: #895EBF;
}
</style>
border-color css
<style>
span { border-color: #895EBF; }
span { border-color: rgb(137,94,191); }
td.TdClassName
{
border-color: #895EBF;
}
.TagClassName
{
border-color: #895EBF;
}
</style>