#840A67

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

Shades of Eggplant #840A67

Tints of Eggplant #840A67

Color information

#840A67 (or 0x840A67) is unknown color: approx Eggplant. HEX triplet: 84, 0A and 67. RGB value is (132,10,103). Sum of RGB (Red+Green+Blue) = 132+10+103=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #840A67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840A67 is #7BF598. Grayscale: #383838. Windows color (decimal): -8123801 or 6752900. OLE color: 6752900.

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

Color convert

RGB13210103-
CMYK00.920.220.48
HSL314.26º85.92%27.84%-
HSV(B)314.26º92.42%51.76%-
XYZ12.076.113.37-
YUV57.08153.92181.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.88%
GREEN value IS 10 (4.30% from 255) = 4.08%
BLUE value IS 103 (40.62% from 255) = 42.04%
R=53.88%
G=4.08%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321010300.920.220.48314.2685.9227.84
Hex84A6705C163013a561c
Octal204121470134266047212634
Binary10000100101011001110101110010110110000100111010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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