#820C66

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

Shades of Eggplant #820C66

Tints of Eggplant #820C66

Color information

#820C66 (or 0x820C66) is unknown color: approx Eggplant. HEX triplet: 82, 0C and 66. RGB value is (130,12,102). Sum of RGB (Red+Green+Blue) = 130+12+102=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #820C66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820C66 is #7DF399. Grayscale: #393939. Windows color (decimal): -8254362 or 6687874. OLE color: 6687874.

HSL color Cylindrical-coordinate representation of color #820C66: hue angle of 314.24º 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 #820C66 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB13012102-
CMYK00.910.220.49
HSL314.24º83.1%27.84%-
HSV(B)314.24º90.77%50.98%-
XYZ11.745.9713.1-
YUV57.54153.09179.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.28%
GREEN value IS 12 (5.08% from 255) = 4.92%
BLUE value IS 102 (40.23% from 255) = 41.80%
R=53.28%
G=4.92%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301210200.910.220.49314.2483.127.84
Hex82C6605B163113a531c
Octal202141460133266147212334
Binary10000010110011001100101101110110110001100111010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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