#82095D

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

Shades of Eggplant #82095D

Tints of Eggplant #82095D

Color information

#82095D (or 0x82095D) is unknown color: approx Eggplant. HEX triplet: 82, 09 and 5D. RGB value is (130,9,93). Sum of RGB (Red+Green+Blue) = 130+9+93=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #82095D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82095D is #7DF6A2. Grayscale: #363636. Windows color (decimal): -8255139 or 6097282. OLE color: 6097282.

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

Color convert

RGB130993-
CMYK00.930.280.49
HSL318.35º87.05%27.25%-
HSV(B)318.35º93.08%50.98%-
XYZ11.285.7310.87-
YUV54.76149.59181.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.03%
GREEN value IS 9 (3.91% from 255) = 3.88%
BLUE value IS 93 (36.72% from 255) = 40.09%
R=56.03%
G=3.88%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13099300.930.280.49318.3587.0527.25
Hex8295D05D1C3113e571b
Octal202111350135346147612733
Binary10000010100110111010101110111100110001100111110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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