#821160

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

Shades of Eggplant #821160

Tints of Eggplant #821160

Color information

#821160 (or 0x821160) is unknown color: approx Eggplant. HEX triplet: 82, 11 and 60. RGB value is (130,17,96). Sum of RGB (Red+Green+Blue) = 130+17+96=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #821160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821160 is #7DEE9F. Grayscale: #3B3B3B. Windows color (decimal): -8253088 or 6295938. OLE color: 6295938.

HSL color Cylindrical-coordinate representation of color #821160: hue angle of 318.05º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821160 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB1301796-
CMYK00.870.260.49
HSL318.05º76.87%28.82%-
HSV(B)318.05º86.92%50.98%-
XYZ11.525.9911.62-
YUV59.79148.44178.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.50%
GREEN value IS 17 (7.03% from 255) = 7.00%
BLUE value IS 96 (37.89% from 255) = 39.51%
R=53.50%
G=7.00%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130179600.870.260.49318.0576.8728.82
Hex8211600571A3113e4d1d
Octal202211400127326147611535
Binary100000101000111000000101011111010110001100111110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821160; }

 p { color: rgb(130,17,96); }

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

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

 a { background-color: rgb(130,17,96); }

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

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

 span { border-color: rgb(130,17,96); }

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