#820B56

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

Shades of Eggplant #820B56

Tints of Eggplant #820B56

Color information

#820B56 (or 0x820B56) is unknown color: approx Eggplant. HEX triplet: 82, 0B and 56. RGB value is (130,11,86). Sum of RGB (Red+Green+Blue) = 130+11+86=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #820B56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820B56 is #7DF4A9. Grayscale: #363636. Windows color (decimal): -8254634 or 5639042. OLE color: 5639042.

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

Color convert

RGB1301186-
CMYK00.920.340.49
HSL322.18º84.4%27.65%-
HSV(B)322.18º91.54%50.98%-
XYZ11.015.669.32-
YUV55.13145.42181.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.27%
GREEN value IS 11 (4.69% from 255) = 4.85%
BLUE value IS 86 (33.98% from 255) = 37.89%
R=57.27%
G=4.85%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130118600.920.340.49322.1884.427.65
Hex82B5605C2231142541c
Octal202131260134426150212434
Binary100000101011101011001011100100010110001101000010101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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