#82005F

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

Shades of Eggplant #82005F

Tints of Eggplant #82005F

Color information

#82005F (or 0x82005F) is unknown color: approx Eggplant. HEX triplet: 82, 00 and 5F. RGB value is (130,0,95). Sum of RGB (Red+Green+Blue) = 130+0+95=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #82005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82005F is #7DFFA0. Grayscale: #313131. Windows color (decimal): -8257441 or 6226050. OLE color: 6226050.

HSL color Cylindrical-coordinate representation of color #82005F: hue angle of 316.15º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82005F is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB130095-
CMYK010.270.49
HSL316.15º100%25.49%-
HSV(B)316.15º100%50.98%-
XYZ11.275.5711.31-
YUV49.7153.57185.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 95 (37.5% from 255) = 42.22%
R=57.78%
G=0%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130095010.270.49316.1510025.49
Hex8205F0641B3113c6419
Octal20201370144336147414431
Binary10000010010111110110010011011110001100111100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82005F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82005F; }

 p { color: rgb(130,0,95); }

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

<style>
 a { background-color: #82005F; }

 a { background-color: rgb(130,0,95); }

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

<style>
 span { border-color: #82005F; }

 span { border-color: rgb(130,0,95); }

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