#820A54

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

Shades of Eggplant #820A54

Tints of Eggplant #820A54

Color information

#820A54 (or 0x820A54) is unknown color: approx Eggplant. HEX triplet: 82, 0A and 54. RGB value is (130,10,84). Sum of RGB (Red+Green+Blue) = 130+10+84=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #820A54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820A54 is #7DF5AB. Grayscale: #363636. Windows color (decimal): -8254892 or 5507714. OLE color: 5507714.

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

Color convert

RGB1301084-
CMYK00.920.350.49
HSL323º85.71%27.45%-
HSV(B)323º92.31%50.98%-
XYZ10.915.68.89-
YUV54.32144.76181.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.04%
GREEN value IS 10 (4.30% from 255) = 4.46%
BLUE value IS 84 (33.20% from 255) = 37.5%
R=58.04%
G=4.46%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130108400.920.350.4932385.7127.45
Hex82A5405C2331143561b
Octal202121240134436150312633
Binary100000101010101010001011100100011110001101000011101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,10,84); }

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

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

 a { background-color: rgb(130,10,84); }

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

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

 span { border-color: rgb(130,10,84); }

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