#820E56

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

Shades of Eggplant #820E56

Tints of Eggplant #820E56

Color information

#820E56 (or 0x820E56) is unknown color: approx Eggplant. HEX triplet: 82, 0E and 56. RGB value is (130,14,86). Sum of RGB (Red+Green+Blue) = 130+14+86=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #820E56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820E56 is #7DF1A9. Grayscale: #383838. Windows color (decimal): -8253866 or 5639810. OLE color: 5639810.

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

Color convert

RGB1301486-
CMYK00.890.340.49
HSL322.76º80.56%28.24%-
HSV(B)322.76º89.23%50.98%-
XYZ11.045.739.33-
YUV56.89144.43180.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.52%
GREEN value IS 14 (5.86% from 255) = 6.09%
BLUE value IS 86 (33.98% from 255) = 37.39%
R=56.52%
G=6.09%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130148600.890.340.49322.7680.5628.24
Hex82E560592231143511c
Octal202161260131426150312134
Binary100000101110101011001011001100010110001101000011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,14,86); }

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

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

 a { background-color: rgb(130,14,86); }

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

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

 span { border-color: rgb(130,14,86); }

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