#820766

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

Shades of Eggplant #820766

Tints of Eggplant #820766

Color information

#820766 (or 0x820766) is unknown color: approx Eggplant. HEX triplet: 82, 07 and 66. RGB value is (130,7,102). Sum of RGB (Red+Green+Blue) = 130+7+102=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #820766 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820766 is #7DF899. Grayscale: #363636. Windows color (decimal): -8255642 or 6686594. OLE color: 6686594.

HSL color Cylindrical-coordinate representation of color #820766: hue angle of 313.66º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820766 is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB1307102-
CMYK00.950.220.49
HSL313.66º89.78%26.86%-
HSV(B)313.66º94.62%50.98%-
XYZ11.685.8613.09-
YUV54.61154.75181.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.39%
GREEN value IS 7 (3.12% from 255) = 2.93%
BLUE value IS 102 (40.23% from 255) = 42.68%
R=54.39%
G=2.93%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130710200.950.220.49313.6689.7826.86
Hex8276605F163113a5a1b
Octal20271460137266147213233
Binary1000001011111001100101111110110110001100111010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820766; }

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

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

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

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

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

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

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

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