#820156

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

Shades of Eggplant #820156

Tints of Eggplant #820156

Color information

#820156 (or 0x820156) is unknown color: approx Eggplant. HEX triplet: 82, 01 and 56. RGB value is (130,1,86). Sum of RGB (Red+Green+Blue) = 130+1+86=217 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.91% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 130 - color contains mainly: red. Hex color #820156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820156 is #7DFEA9. Grayscale: #313131. Windows color (decimal): -8257194 or 5636482. OLE color: 5636482.

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

Color convert

RGB130186-
CMYK00.990.340.49
HSL320.47º98.47%25.69%-
HSV(B)320.47º99.23%50.98%-
XYZ10.95.449.28-
YUV49.26148.74185.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.91%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 86 (33.98% from 255) = 39.63%
R=59.91%
G=0.46%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13018600.990.340.49320.4798.4725.69
Hex821560632231140621a
Octal20211260143426150014232
Binary100000101101011001100011100010110001101000000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820156; }

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

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

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

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

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

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

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

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