#80055E

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

Shades of Eggplant #80055E

Tints of Eggplant #80055E

Color information

#80055E (or 0x80055E) is unknown color: approx Eggplant. HEX triplet: 80, 05 and 5E. RGB value is (128,5,94). Sum of RGB (Red+Green+Blue) = 128+5+94=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #80055E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80055E is #7FFAA1. Grayscale: #333333. Windows color (decimal): -8387234 or 6161792. OLE color: 6161792.

HSL color Cylindrical-coordinate representation of color #80055E: hue angle of 316.59º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80055E is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB128594-
CMYK00.960.270.50
HSL316.59º92.48%26.08%-
HSV(B)316.59º96.09%50.2%-
XYZ10.985.5111.07-
YUV51.92151.75182.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.39%
GREEN value IS 5 (2.34% from 255) = 2.20%
BLUE value IS 94 (37.11% from 255) = 41.41%
R=56.39%
G=2.20%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12859400.960.270.50316.5992.4826.08
Hex8055E0601B3213d5c1a
Octal20051360140336247513432
Binary1000000010110111100110000011011110010100111101101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80055E; }

 p { color: rgb(128,5,94); }

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

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

 a { background-color: rgb(128,5,94); }

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

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

 span { border-color: rgb(128,5,94); }

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