#820D5A

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

Shades of Eggplant #820D5A

Tints of Eggplant #820D5A

Color information

#820D5A (or 0x820D5A) is unknown color: approx Eggplant. HEX triplet: 82, 0D and 5A. RGB value is (130,13,90). Sum of RGB (Red+Green+Blue) = 130+13+90=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #820D5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820D5A is #7DF2A5. Grayscale: #383838. Windows color (decimal): -8254118 or 5901698. OLE color: 5901698.

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

Color convert

RGB1301390-
CMYK00.90.310.49
HSL320.51º81.82%28.04%-
HSV(B)320.51º90%50.98%-
XYZ11.25.7710.2-
YUV56.76146.76180.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.79%
GREEN value IS 13 (5.47% from 255) = 5.58%
BLUE value IS 90 (35.55% from 255) = 38.63%
R=55.79%
G=5.58%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130139000.90.310.49320.5181.8228.04
Hex82D5A05A1F31141521c
Octal202151320132376150112234
Binary10000010110110110100101101011111110001101000001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,13,90); }

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

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

 a { background-color: rgb(130,13,90); }

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

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

 span { border-color: rgb(130,13,90); }

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