#820C55

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

Shades of Eggplant #820C55

Tints of Eggplant #820C55

Color information

#820C55 (or 0x820C55) is unknown color: approx Eggplant. HEX triplet: 82, 0C and 55. RGB value is (130,12,85). Sum of RGB (Red+Green+Blue) = 130+12+85=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #820C55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820C55 is #7DF3AA. Grayscale: #373737. Windows color (decimal): -8254379 or 5573762. OLE color: 5573762.

HSL color Cylindrical-coordinate representation of color #820C55: hue angle of 322.88º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #820C55 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB1301285-
CMYK00.910.350.49
HSL322.88º83.1%27.84%-
HSV(B)322.88º90.77%50.98%-
XYZ10.985.669.11-
YUV55.6144.59181.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.27%
GREEN value IS 12 (5.08% from 255) = 5.29%
BLUE value IS 85 (33.59% from 255) = 37.44%
R=57.27%
G=5.29%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130128500.910.350.49322.8883.127.84
Hex82C5505B2331143531c
Octal202141250133436150312334
Binary100000101100101010101011011100011110001101000011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820C55; }

 p { color: rgb(130,12,85); }

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

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

 a { background-color: rgb(130,12,85); }

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

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

 span { border-color: rgb(130,12,85); }

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