#820962

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

Shades of Eggplant #820962

Tints of Eggplant #820962

Color information

#820962 (or 0x820962) is unknown color: approx Eggplant. HEX triplet: 82, 09 and 62. RGB value is (130,9,98). Sum of RGB (Red+Green+Blue) = 130+9+98=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #820962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820962 is #7DF69D. Grayscale: #373737. Windows color (decimal): -8255134 or 6424962. OLE color: 6424962.

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

Color convert

RGB130998-
CMYK00.930.250.49
HSL315.87º87.05%27.25%-
HSV(B)315.87º93.08%50.98%-
XYZ11.515.8212.07-
YUV55.32152.09181.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.85%
GREEN value IS 9 (3.91% from 255) = 3.80%
BLUE value IS 98 (38.67% from 255) = 41.35%
R=54.85%
G=3.80%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13099800.930.250.49315.8787.0527.25
Hex8296205D193113c571b
Octal202111420135316147412733
Binary10000010100111000100101110111001110001100111100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820962; }

 p { color: rgb(130,9,98); }

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

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

 a { background-color: rgb(130,9,98); }

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

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

 span { border-color: rgb(130,9,98); }

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