#82155C

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

Shades of Eggplant #82155C

Tints of Eggplant #82155C

Color information

#82155C (or 0x82155C) is unknown color: approx Eggplant. HEX triplet: 82, 15 and 5C. RGB value is (130,21,92). Sum of RGB (Red+Green+Blue) = 130+21+92=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #82155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82155C is #7DEAA3. Grayscale: #3D3D3D. Windows color (decimal): -8252068 or 6034818. OLE color: 6034818.

HSL color Cylindrical-coordinate representation of color #82155C: hue angle of 320.92º 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 #82155C is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB1302192-
CMYK00.840.290.49
HSL320.92º72.19%29.61%-
HSV(B)320.92º83.85%50.98%-
XYZ11.416.0510.69-
YUV61.68145.11176.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.50%
GREEN value IS 21 (8.59% from 255) = 8.64%
BLUE value IS 92 (36.33% from 255) = 37.86%
R=53.50%
G=8.64%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130219200.840.290.49320.9272.1929.61
Hex82155C0541D31141481e
Octal202251340124356150111036
Binary100000101010110111000101010011101110001101000001100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82155C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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