#820160

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

Shades of Eggplant #820160

Tints of Eggplant #820160

Color information

#820160 (or 0x820160) is unknown color: approx Eggplant. HEX triplet: 82, 01 and 60. RGB value is (130,1,96). Sum of RGB (Red+Green+Blue) = 130+1+96=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #820160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820160 is #7DFE9F. Grayscale: #323232. Windows color (decimal): -8257184 or 6291842. OLE color: 6291842.

HSL color Cylindrical-coordinate representation of color #820160: hue angle of 315.81º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #820160 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB130196-
CMYK00.990.260.49
HSL315.81º98.47%25.69%-
HSV(B)315.81º99.23%50.98%-
XYZ11.335.6111.55-
YUV50.4153.74184.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.27%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=57.27%
G=0.44%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13019600.990.260.49315.8198.4725.69
Hex821600631A3113c621a
Octal20211400143326147414232
Binary10000010111000000110001111010110001100111100110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820160; }

 p { color: rgb(130,1,96); }

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

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

 a { background-color: rgb(130,1,96); }

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

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

 span { border-color: rgb(130,1,96); }

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