#840E62

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

Shades of Eggplant #840E62

Tints of Eggplant #840E62

Color information

#840E62 (or 0x840E62) is unknown color: approx Eggplant. HEX triplet: 84, 0E and 62. RGB value is (132,14,98). Sum of RGB (Red+Green+Blue) = 132+14+98=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #840E62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840E62 is #7BF19D. Grayscale: #3A3A3A. Windows color (decimal): -8122782 or 6426244. OLE color: 6426244.

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

Color convert

RGB1321498-
CMYK00.890.260.48
HSL317.29º80.82%28.63%-
HSV(B)317.29º89.39%51.76%-
XYZ11.886.112.11-
YUV58.86150.09180.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.10%
GREEN value IS 14 (5.86% from 255) = 5.74%
BLUE value IS 98 (38.67% from 255) = 40.16%
R=54.10%
G=5.74%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132149800.890.260.48317.2980.8228.63
Hex84E620591A3013d511d
Octal204161420131326047512135
Binary10000100111011000100101100111010110000100111101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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