#80095E

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

Shades of Eggplant #80095E

Tints of Eggplant #80095E

Color information

#80095E (or 0x80095E) is unknown color: approx Eggplant. HEX triplet: 80, 09 and 5E. RGB value is (128,9,94). Sum of RGB (Red+Green+Blue) = 128+9+94=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #80095E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80095E is #7FF6A1. Grayscale: #363636. Windows color (decimal): -8386210 or 6162816. OLE color: 6162816.

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

Color convert

RGB128994-
CMYK00.930.270.50
HSL317.14º86.86%26.86%-
HSV(B)317.14º92.97%50.2%-
XYZ11.025.5911.09-
YUV54.27150.42180.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.41%
GREEN value IS 9 (3.91% from 255) = 3.90%
BLUE value IS 94 (37.11% from 255) = 40.69%
R=55.41%
G=3.90%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12899400.930.270.50317.1486.8626.86
Hex8095E05D1B3213d571b
Octal200111360135336247512733
Binary10000000100110111100101110111011110010100111101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80095E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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