#820861

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

Shades of Eggplant #820861

Tints of Eggplant #820861

Color information

#820861 (or 0x820861) is unknown color: approx Eggplant. HEX triplet: 82, 08 and 61. RGB value is (130,8,97). Sum of RGB (Red+Green+Blue) = 130+8+97=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #820861 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820861 is #7DF79E. Grayscale: #363636. Windows color (decimal): -8255391 or 6359170. OLE color: 6359170.

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

Color convert

RGB130897-
CMYK00.940.250.49
HSL316.23º88.41%27.06%-
HSV(B)316.23º93.85%50.98%-
XYZ11.455.7811.82-
YUV54.62151.92181.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.32%
GREEN value IS 8 (3.52% from 255) = 3.40%
BLUE value IS 97 (38.28% from 255) = 41.28%
R=55.32%
G=3.40%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13089700.940.250.49316.2388.4127.06
Hex8286105E193113c581b
Octal202101410136316147413033
Binary10000010100011000010101111011001110001100111100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820861; }

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

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

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

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

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

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

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

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