#820C59

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

Shades of Eggplant #820C59

Tints of Eggplant #820C59

Color information

#820C59 (or 0x820C59) is unknown color: approx Eggplant. HEX triplet: 82, 0C and 59. RGB value is (130,12,89). Sum of RGB (Red+Green+Blue) = 130+12+89=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #820C59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820C59 is #7DF3A6. Grayscale: #373737. Windows color (decimal): -8254375 or 5835906. OLE color: 5835906.

HSL color Cylindrical-coordinate representation of color #820C59: hue angle of 320.85º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #820C59 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB1301289-
CMYK00.910.320.49
HSL320.85º83.1%27.84%-
HSV(B)320.85º90.77%50.98%-
XYZ11.145.739.97-
YUV56.06146.59180.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.28%
GREEN value IS 12 (5.08% from 255) = 5.19%
BLUE value IS 89 (35.16% from 255) = 38.53%
R=56.28%
G=5.19%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130128900.910.320.49320.8583.127.84
Hex82C5905B2031141531c
Octal202141310133406150112334
Binary100000101100101100101011011100000110001101000001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820C59; }

 p { color: rgb(130,12,89); }

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

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

 a { background-color: rgb(130,12,89); }

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

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

 span { border-color: rgb(130,12,89); }

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