#840C62

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

Shades of Eggplant #840C62

Tints of Eggplant #840C62

Color information

#840C62 (or 0x840C62) is unknown color: approx Eggplant. HEX triplet: 84, 0C and 62. RGB value is (132,12,98). Sum of RGB (Red+Green+Blue) = 132+12+98=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #840C62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840C62 is #7BF39D. Grayscale: #393939. Windows color (decimal): -8123294 or 6425732. OLE color: 6425732.

HSL color Cylindrical-coordinate representation of color #840C62: hue angle of 317º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #840C62 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB1321298-
CMYK00.910.260.48
HSL317º83.33%28.24%-
HSV(B)317º90.91%51.76%-
XYZ11.856.0512.1-
YUV57.68150.76181.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.55%
GREEN value IS 12 (5.08% from 255) = 4.96%
BLUE value IS 98 (38.67% from 255) = 40.50%
R=54.55%
G=4.96%
B=40.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132129800.910.260.4831783.3328.24
Hex84C6205B1A3013d531c
Octal204141420133326047512334
Binary10000100110011000100101101111010110000100111101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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