#840E66

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

Shades of Eggplant #840E66

Tints of Eggplant #840E66

Color information

#840E66 (or 0x840E66) is unknown color: approx Eggplant. HEX triplet: 84, 0E and 66. RGB value is (132,14,102). Sum of RGB (Red+Green+Blue) = 132+14+102=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #840E66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840E66 is #7BF199. Grayscale: #3B3B3B. Windows color (decimal): -8122778 or 6688388. OLE color: 6688388.

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

Color convert

RGB13214102-
CMYK00.890.230.48
HSL315.25º80.82%28.63%-
HSV(B)315.25º89.39%51.76%-
XYZ12.076.1813.13-
YUV59.31152.09179.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.23%
GREEN value IS 14 (5.86% from 255) = 5.65%
BLUE value IS 102 (40.23% from 255) = 41.13%
R=53.23%
G=5.65%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321410200.890.230.48315.2580.8228.63
Hex84E66059173013b511d
Octal204161460131276047312135
Binary10000100111011001100101100110111110000100111011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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