#82155D

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

Shades of Eggplant #82155D

Tints of Eggplant #82155D

Color information

#82155D (or 0x82155D) is unknown color: approx Eggplant. HEX triplet: 82, 15 and 5D. RGB value is (130,21,93). Sum of RGB (Red+Green+Blue) = 130+21+93=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #82155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82155D is #7DEAA2. Grayscale: #3D3D3D. Windows color (decimal): -8252067 or 6100354. OLE color: 6100354.

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

Color convert

RGB1302193-
CMYK00.840.280.49
HSL320.37º72.19%29.61%-
HSV(B)320.37º83.85%50.98%-
XYZ11.456.0710.92-
YUV61.8145.61176.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.28%
GREEN value IS 21 (8.59% from 255) = 8.61%
BLUE value IS 93 (36.72% from 255) = 38.11%
R=53.28%
G=8.61%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130219300.840.280.49320.3772.1929.61
Hex82155D0541C31140481e
Octal202251350124346150011036
Binary100000101010110111010101010011100110001101000000100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82155D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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