#840E56

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

Shades of Eggplant #840E56

Tints of Eggplant #840E56

Color information

#840E56 (or 0x840E56) is unknown color: approx Eggplant. HEX triplet: 84, 0E and 56. RGB value is (132,14,86). Sum of RGB (Red+Green+Blue) = 132+14+86=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #840E56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840E56 is #7BF1A9. Grayscale: #393939. Windows color (decimal): -8122794 or 5639812. OLE color: 5639812.

HSL color Cylindrical-coordinate representation of color #840E56: hue angle of 323.39º 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 #840E56 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB1321486-
CMYK00.890.350.48
HSL323.39º80.82%28.63%-
HSV(B)323.39º89.39%51.76%-
XYZ11.355.899.34-
YUV57.49144.09181.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.90%
GREEN value IS 14 (5.86% from 255) = 6.03%
BLUE value IS 86 (33.98% from 255) = 37.07%
R=56.90%
G=6.03%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132148600.890.350.48323.3980.8228.63
Hex84E560592330143511d
Octal204161260131436050312135
Binary100001001110101011001011001100011110000101000011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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