#820161

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

Shades of Eggplant #820161

Tints of Eggplant #820161

Color information

#820161 (or 0x820161) is unknown color: approx Eggplant. HEX triplet: 82, 01 and 61. RGB value is (130,1,97). Sum of RGB (Red+Green+Blue) = 130+1+97=228 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.02% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 130 - color contains mainly: red. Hex color #820161 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820161 is #7DFE9E. Grayscale: #323232. Windows color (decimal): -8257183 or 6357378. OLE color: 6357378.

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

Color convert

RGB130197-
CMYK00.990.250.49
HSL315.35º98.47%25.69%-
HSV(B)315.35º99.23%50.98%-
XYZ11.375.6311.8-
YUV50.52154.24184.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.02%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 97 (38.28% from 255) = 42.54%
R=57.02%
G=0.44%
B=42.54%

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
Decimal13019700.990.250.49315.3598.4725.69
Hex82161063193113b621a
Octal20211410143316147314232
Binary10000010111000010110001111001110001100111011110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820161; }

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

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

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

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

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

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

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

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