#82005A

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

Shades of Eggplant #82005A

Tints of Eggplant #82005A

Color information

#82005A (or 0x82005A) is unknown color: approx Eggplant. HEX triplet: 82, 00 and 5A. RGB value is (130,0,90). Sum of RGB (Red+Green+Blue) = 130+0+90=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #82005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82005A is #7DFFA5. Grayscale: #303030. Windows color (decimal): -8257446 or 5898370. OLE color: 5898370.

HSL color Cylindrical-coordinate representation of color #82005A: hue angle of 318.46º 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 #82005A is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB130090-
CMYK010.310.49
HSL318.46º100%25.49%-
HSV(B)318.46º100%50.98%-
XYZ11.055.4810.15-
YUV49.13151.07185.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 90 (35.55% from 255) = 40.91%
R=59.09%
G=0%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130090010.310.49318.4610025.49
Hex8205A0641F3113e6419
Octal20201320144376147614431
Binary10000010010110100110010011111110001100111110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82005A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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