#82025D

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

Shades of Eggplant #82025D

Tints of Eggplant #82025D

Color information

#82025D (or 0x82025D) is unknown color: approx Eggplant. HEX triplet: 82, 02 and 5D. RGB value is (130,2,93). Sum of RGB (Red+Green+Blue) = 130+2+93=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #82025D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82025D is #7DFDA2. Grayscale: #323232. Windows color (decimal): -8256931 or 6095490. OLE color: 6095490.

HSL color Cylindrical-coordinate representation of color #82025D: hue angle of 317.34º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82025D is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB130293-
CMYK00.980.280.49
HSL317.34º96.97%25.88%-
HSV(B)317.34º98.46%50.98%-
XYZ11.25.5810.84-
YUV50.65151.91184.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.78%
GREEN value IS 2 (1.17% from 255) = 0.89%
BLUE value IS 93 (36.72% from 255) = 41.33%
R=57.78%
G=0.89%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13029300.980.280.49317.3496.9725.88
Hex8225D0621C3113d611a
Octal20221350142346147514132
Binary100000101010111010110001011100110001100111101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82025D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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