#80025D

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

Shades of Eggplant #80025D

Tints of Eggplant #80025D

Color information

#80025D (or 0x80025D) is unknown color: approx Eggplant. HEX triplet: 80, 02 and 5D. RGB value is (128,2,93). Sum of RGB (Red+Green+Blue) = 128+2+93=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #80025D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80025D is #7FFDA2. Grayscale: #313131. Windows color (decimal): -8388003 or 6095488. OLE color: 6095488.

HSL color Cylindrical-coordinate representation of color #80025D: hue angle of 316.67º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80025D is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB128293-
CMYK00.980.270.50
HSL316.67º96.92%25.49%-
HSV(B)316.67º98.44%50.2%-
XYZ10.95.4210.83-
YUV50.05152.24183.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.40%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 93 (36.72% from 255) = 41.70%
R=57.40%
G=0.90%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12829300.980.270.50316.6796.9225.49
Hex8025D0621B3213d6119
Octal20021350142336247514131
Binary100000001010111010110001011011110010100111101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80025D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80025D; }

 p { color: rgb(128,2,93); }

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

<style>
 a { background-color: #80025D; }

 a { background-color: rgb(128,2,93); }

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

<style>
 span { border-color: #80025D; }

 span { border-color: rgb(128,2,93); }

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