#82095A

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

Shades of Eggplant #82095A

Tints of Eggplant #82095A

Color information

#82095A (or 0x82095A) is unknown color: approx Eggplant. HEX triplet: 82, 09 and 5A. RGB value is (130,9,90). Sum of RGB (Red+Green+Blue) = 130+9+90=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #82095A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82095A is #7DF6A5. Grayscale: #363636. Windows color (decimal): -8255142 or 5900674. OLE color: 5900674.

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

Color convert

RGB130990-
CMYK00.930.310.49
HSL319.83º87.05%27.25%-
HSV(B)319.83º93.08%50.98%-
XYZ11.155.6810.18-
YUV54.41148.09181.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.77%
GREEN value IS 9 (3.91% from 255) = 3.93%
BLUE value IS 90 (35.55% from 255) = 39.30%
R=56.77%
G=3.93%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13099000.930.310.49319.8387.0527.25
Hex8295A05D1F31140571b
Octal202111320135376150012733
Binary10000010100110110100101110111111110001101000000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82095A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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