#820964

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

Shades of Eggplant #820964

Tints of Eggplant #820964

Color information

#820964 (or 0x820964) is unknown color: approx Eggplant. HEX triplet: 82, 09 and 64. RGB value is (130,9,100). Sum of RGB (Red+Green+Blue) = 130+9+100=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 100 (39.45% from 255 or 41.84% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #820964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820964 is #7DF69B. Grayscale: #373737. Windows color (decimal): -8255132 or 6556034. OLE color: 6556034.

HSL color Cylindrical-coordinate representation of color #820964: hue angle of 314.88º 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 #820964 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB1309100-
CMYK00.930.230.49
HSL314.88º87.05%27.25%-
HSV(B)314.88º93.08%50.98%-
XYZ11.65.8612.58-
YUV55.55153.09181.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.39%
GREEN value IS 9 (3.91% from 255) = 3.77%
BLUE value IS 100 (39.45% from 255) = 41.84%
R=54.39%
G=3.77%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130910000.930.230.49314.8887.0527.25
Hex8296405D173113b571b
Octal202111440135276147312733
Binary10000010100111001000101110110111110001100111011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820964; }

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

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

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

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

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

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

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

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