#820862

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

Shades of Eggplant #820862

Tints of Eggplant #820862

Color information

#820862 (or 0x820862) is unknown color: approx Eggplant. HEX triplet: 82, 08 and 62. RGB value is (130,8,98). Sum of RGB (Red+Green+Blue) = 130+8+98=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #820862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820862 is #7DF79D. Grayscale: #363636. Windows color (decimal): -8255390 or 6424706. OLE color: 6424706.

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

Color convert

RGB130898-
CMYK00.940.250.49
HSL315.74º88.41%27.06%-
HSV(B)315.74º93.85%50.98%-
XYZ11.55.812.07-
YUV54.74152.42181.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.08%
GREEN value IS 8 (3.52% from 255) = 3.39%
BLUE value IS 98 (38.67% from 255) = 41.53%
R=55.08%
G=3.39%
B=41.53%

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
Decimal13089800.940.250.49315.7488.4127.06
Hex8286205E193113c581b
Octal202101420136316147413033
Binary10000010100011000100101111011001110001100111100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820862; }

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

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

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

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

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

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

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

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