#84084E

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

Shades of Eggplant #84084E

Tints of Eggplant #84084E

Color information

#84084E (or 0x84084E) is unknown color: approx Eggplant. HEX triplet: 84, 08 and 4E. RGB value is (132,8,78). Sum of RGB (Red+Green+Blue) = 132+8+78=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #84084E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84084E is #7BF7B1. Grayscale: #343434. Windows color (decimal): -8124338 or 5113988. OLE color: 5113988.

HSL color Cylindrical-coordinate representation of color #84084E: hue angle of 326.13º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84084E is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB132878-
CMYK00.940.410.48
HSL326.13º88.57%27.45%-
HSV(B)326.13º93.94%51.76%-
XYZ10.985.637.72-
YUV53.06142.08184.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.55%
GREEN value IS 8 (3.52% from 255) = 3.67%
BLUE value IS 78 (30.86% from 255) = 35.78%
R=60.55%
G=3.67%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13287800.940.410.48326.1388.5727.45
Hex8484E05E2930146591b
Octal204101160136516050613133
Binary100001001000100111001011110101001110000101000110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84084E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84084E; }

 p { color: rgb(132,8,78); }

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

<style>
 a { background-color: #84084E; }

 a { background-color: rgb(132,8,78); }

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

<style>
 span { border-color: #84084E; }

 span { border-color: rgb(132,8,78); }

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