#820162

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

Shades of Eggplant #820162

Tints of Eggplant #820162

Color information

#820162 (or 0x820162) is unknown color: approx Eggplant. HEX triplet: 82, 01 and 62. RGB value is (130,1,98). Sum of RGB (Red+Green+Blue) = 130+1+98=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #820162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820162 is #7DFE9D. Grayscale: #323232. Windows color (decimal): -8257182 or 6422914. OLE color: 6422914.

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

Color convert

RGB130198-
CMYK00.990.250.49
HSL314.88º98.47%25.69%-
HSV(B)314.88º99.23%50.98%-
XYZ11.425.6512.04-
YUV50.63154.74184.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.77%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 98 (38.67% from 255) = 42.79%
R=56.77%
G=0.44%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13019800.990.250.49314.8898.4725.69
Hex82162063193113b621a
Octal20211420143316147314232
Binary10000010111000100110001111001110001100111011110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820162; }

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

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

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

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

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

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

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

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