#895EBC

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

Shades of Lilac Bush #895EBC

Tints of Lilac Bush #895EBC

Color information

#895EBC (or 0x895EBC) is unknown color: approx Lilac Bush. HEX triplet: 89, 5E and BC. RGB value is (137,94,188). Sum of RGB (Red+Green+Blue) = 137+94+188=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #895EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895EBC is #76A143. Grayscale: #757575. Windows color (decimal): -7774532 or 12344969. OLE color: 12344969.

HSL color Cylindrical-coordinate representation of color #895EBC: hue angle of 267.45º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #895EBC is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13794188-
CMYK0.270.5000.26
HSL267.45º41.23%55.29%-
HSV(B)267.45º50%73.73%-
XYZ23.416.9549.62-
YUV117.57167.75141.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.70%
GREEN value IS 94 (37.11% from 255) = 22.43%
BLUE value IS 188 (73.83% from 255) = 44.87%
R=32.70%
G=22.43%
B=44.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal137941880.270.5000.26267.4541.2355.29
Hex895EBC1B3201A10b2937
Octal21113627433620324135167
Binary1000100110111101011110011011110010011010100001011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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