#80035D

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

Shades of Eggplant #80035D

Tints of Eggplant #80035D

Color information

#80035D (or 0x80035D) is unknown color: approx Eggplant. HEX triplet: 80, 03 and 5D. RGB value is (128,3,93). Sum of RGB (Red+Green+Blue) = 128+3+93=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #80035D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80035D is #7FFCA2. Grayscale: #323232. Windows color (decimal): -8387747 or 6095744. OLE color: 6095744.

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

Color convert

RGB128393-
CMYK00.980.270.50
HSL316.8º95.42%25.69%-
HSV(B)316.8º97.66%50.2%-
XYZ10.915.4410.83-
YUV50.64151.91183.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.14%
GREEN value IS 3 (1.56% from 255) = 1.34%
BLUE value IS 93 (36.72% from 255) = 41.52%
R=57.14%
G=1.34%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12839300.980.270.50316.895.4225.69
Hex8035D0621B3213d5f1a
Octal20031350142336247513732
Binary100000001110111010110001011011110010100111101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80035D; }

 p { color: rgb(128,3,93); }

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

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

 a { background-color: rgb(128,3,93); }

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

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

 span { border-color: rgb(128,3,93); }

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