#84025E

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

Shades of Eggplant #84025E

Tints of Eggplant #84025E

Color information

#84025E (or 0x84025E) is unknown color: approx Eggplant. HEX triplet: 84, 02 and 5E. RGB value is (132,2,94). Sum of RGB (Red+Green+Blue) = 132+2+94=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #84025E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84025E is #7BFDA1. Grayscale: #333333. Windows color (decimal): -8125858 or 6161028. OLE color: 6161028.

HSL color Cylindrical-coordinate representation of color #84025E: hue angle of 317.54º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84025E is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB132294-
CMYK00.980.290.48
HSL317.54º97.01%26.27%-
HSV(B)317.54º98.48%51.76%-
XYZ11.565.7611.09-
YUV51.36152.07185.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.89%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 94 (37.11% from 255) = 41.23%
R=57.89%
G=0.88%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13229400.980.290.48317.5497.0126.27
Hex8425E0621D3013e611a
Octal20421360142356047614132
Binary100001001010111100110001011101110000100111110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,2,94); }

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

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

 a { background-color: rgb(132,2,94); }

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

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

 span { border-color: rgb(132,2,94); }

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