#820864

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

Shades of Eggplant #820864

Tints of Eggplant #820864

Color information

#820864 (or 0x820864) is unknown color: approx Eggplant. HEX triplet: 82, 08 and 64. RGB value is (130,8,100). Sum of RGB (Red+Green+Blue) = 130+8+100=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #820864 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820864 is #7DF79B. Grayscale: #363636. Windows color (decimal): -8255388 or 6555778. OLE color: 6555778.

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

Color convert

RGB1308100-
CMYK00.940.230.49
HSL314.75º88.41%27.06%-
HSV(B)314.75º93.85%50.98%-
XYZ11.595.8412.57-
YUV54.97153.42181.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.62%
GREEN value IS 8 (3.52% from 255) = 3.36%
BLUE value IS 100 (39.45% from 255) = 42.02%
R=54.62%
G=3.36%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130810000.940.230.49314.7588.4127.06
Hex8286405E173113b581b
Octal202101440136276147313033
Binary10000010100011001000101111010111110001100111011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820864; }

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

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

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

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

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

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

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

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