#895EB9

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

Shades of Lilac Bush #895EB9

Tints of Lilac Bush #895EB9

Color information

#895EB9 (or 0x895EB9) is unknown color: approx Lilac Bush. HEX triplet: 89, 5E and B9. RGB value is (137,94,185). Sum of RGB (Red+Green+Blue) = 137+94+185=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 185 (72.66% from 255 or 44.47% from 416); Max value from RGB is 185 - color contains mainly: blue. Hex color #895EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895EB9 is #76A146. Grayscale: #747474. Windows color (decimal): -7774535 or 12148361. OLE color: 12148361.

HSL color Cylindrical-coordinate representation of color #895EB9: hue angle of 268.35º degrees, saturation: 0.39, 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 #895EB9 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13794185-
CMYK0.260.4900.27
HSL268.35º39.39%54.71%-
HSV(B)268.35º49.19%72.55%-
XYZ23.0816.8347.93-
YUV117.23166.25142.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.93%
GREEN value IS 94 (37.11% from 255) = 22.60%
BLUE value IS 185 (72.66% from 255) = 44.47%
R=32.93%
G=22.60%
B=44.47%

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
Decimal137941850.260.4900.27268.3539.3954.71
Hex895EB91A3101B10c2737
Octal21113627132610334144767
Binary1000100110111101011100111010110001011011100001100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895EB9; }

 p { color: rgb(137,94,185); }

 H1.HeaderClassName
 {
   color: #895EB9;
 }
 .AnyTagClassName
 {
   color: #895EB9;
 }
</style>
background-color css

<style>
 a { background-color: #895EB9; }

 a { background-color: rgb(137,94,185); }

 div.DivClassName
 {
   background-color: #895EB9;
 }
 .BgClassName
 {
   background-color: #895EB9;
 }
</style>
border-color css

<style>
 span { border-color: #895EB9; }

 span { border-color: rgb(137,94,185); }

 td.TdClassName
 {
   border-color: #895EB9;
 }
 .TagClassName
 {
   border-color: #895EB9;
 }
</style>