#895EBA

Color #895EBA Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #895EBA

Tints of Lilac Bush #895EBA

Color information

#895EBA (or 0x895EBA) is unknown color: approx 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

RGB13794186-
CMYK0.260.4900.27
HSL268.04º40%54.9%-
HSV(B)268.04º49.46%72.94%-
XYZ23.1816.8748.49-
YUV117.34166.75142.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 32.85%
GREEN value IS 94 (37.11% from 255) = 22.54%
BLUE value IS 186 (73.05% from 255) = 44.60%
R=32.85%
G=22.54%
B=44.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal137941860.260.4900.27268.044054.9
Hex895EBA1A3101B10c2837
Octal21113627232610334145067
Binary1000100110111101011101011010110001011011100001100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>