#840A64

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

Shades of Eggplant #840A64

Tints of Eggplant #840A64

Color information

#840A64 (or 0x840A64) is unknown color: approx Eggplant. HEX triplet: 84, 0A and 64. RGB value is (132,10,100). Sum of RGB (Red+Green+Blue) = 132+10+100=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 100 (39.45% from 255 or 41.32% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #840A64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840A64 is #7BF59B. Grayscale: #383838. Windows color (decimal): -8123804 or 6556292. OLE color: 6556292.

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

Color convert

RGB13210100-
CMYK00.920.240.48
HSL315.74º85.92%27.84%-
HSV(B)315.74º92.42%51.76%-
XYZ11.926.0412.59-
YUV56.74152.42181.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.55%
GREEN value IS 10 (4.30% from 255) = 4.13%
BLUE value IS 100 (39.45% from 255) = 41.32%
R=54.55%
G=4.13%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321010000.920.240.48315.7485.9227.84
Hex84A6405C183013c561c
Octal204121440134306047412634
Binary10000100101011001000101110011000110000100111100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,10,100); }

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

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

 a { background-color: rgb(132,10,100); }

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

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

 span { border-color: rgb(132,10,100); }

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