#840E57

Color #840E57 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #840E57

Tints of Eggplant #840E57

Color information

#840E57 (or 0x840E57) is unknown color: approx Eggplant. HEX triplet: 84, 0E and 57. RGB value is (132,14,87). Sum of RGB (Red+Green+Blue) = 132+14+87=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #840E57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840E57 is #7BF1A8. Grayscale: #393939. Windows color (decimal): -8122793 or 5705348. OLE color: 5705348.

HSL color Cylindrical-coordinate representation of color #840E57: hue angle of 322.88º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #840E57 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB1321487-
CMYK00.890.340.48
HSL322.88º80.82%28.63%-
HSV(B)322.88º89.39%51.76%-
XYZ11.395.919.56-
YUV57.6144.59181.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.65%
GREEN value IS 14 (5.86% from 255) = 6.01%
BLUE value IS 87 (34.38% from 255) = 37.34%
R=56.65%
G=6.01%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132148700.890.340.48322.8880.8228.63
Hex84E570592230143511d
Octal204161270131426050312135
Binary100001001110101011101011001100010110000101000011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840E57; }

 p { color: rgb(132,14,87); }

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

<style>
 a { background-color: #840E57; }

 a { background-color: rgb(132,14,87); }

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

<style>
 span { border-color: #840E57; }

 span { border-color: rgb(132,14,87); }

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