#82025F

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

Shades of Eggplant #82025F

Tints of Eggplant #82025F

Color information

#82025F (or 0x82025F) is unknown color: approx Eggplant. HEX triplet: 82, 02 and 5F. RGB value is (130,2,95). Sum of RGB (Red+Green+Blue) = 130+2+95=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #82025F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82025F is #7DFDA0. Grayscale: #323232. Windows color (decimal): -8256929 or 6226562. OLE color: 6226562.

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

Color convert

RGB130295-
CMYK00.980.270.49
HSL316.41º96.97%25.88%-
HSV(B)316.41º98.46%50.98%-
XYZ11.295.6211.32-
YUV50.87152.91184.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.27%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 95 (37.5% from 255) = 41.85%
R=57.27%
G=0.88%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13029500.980.270.49316.4196.9725.88
Hex8225F0621B3113c611a
Octal20221370142336147414132
Binary100000101010111110110001011011110001100111100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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