#820159

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

Shades of Eggplant #820159

Tints of Eggplant #820159

Color information

#820159 (or 0x820159) is unknown color: approx Eggplant. HEX triplet: 82, 01 and 59. RGB value is (130,1,89). Sum of RGB (Red+Green+Blue) = 130+1+89=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #820159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820159 is #7DFEA6. Grayscale: #313131. Windows color (decimal): -8257191 or 5833090. OLE color: 5833090.

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

Color convert

RGB130189-
CMYK00.990.320.49
HSL319.07º98.47%25.69%-
HSV(B)319.07º99.23%50.98%-
XYZ11.025.499.93-
YUV49.6150.24185.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.09%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 89 (35.16% from 255) = 40.45%
R=59.09%
G=0.45%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13018900.990.320.49319.0798.4725.69
Hex82159063203113f621a
Octal20211310143406147714232
Binary100000101101100101100011100000110001100111111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820159; }

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

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

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

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

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

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

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

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