#82025A

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

Shades of Eggplant #82025A

Tints of Eggplant #82025A

Color information

#82025A (or 0x82025A) is unknown color: approx Eggplant. HEX triplet: 82, 02 and 5A. RGB value is (130,2,90). Sum of RGB (Red+Green+Blue) = 130+2+90=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #82025A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82025A is #7DFDA5. Grayscale: #323232. Windows color (decimal): -8256934 or 5898882. OLE color: 5898882.

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

Color convert

RGB130290-
CMYK00.980.310.49
HSL318.75º96.97%25.88%-
HSV(B)318.75º98.46%50.98%-
XYZ11.075.5310.16-
YUV50.3150.41184.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.56%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 90 (35.55% from 255) = 40.54%
R=58.56%
G=0.90%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13029000.980.310.49318.7596.9725.88
Hex8225A0621F3113f611a
Octal20221320142376147714132
Binary100000101010110100110001011111110001100111111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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