#800F59

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

Shades of Eggplant #800F59

Tints of Eggplant #800F59

Color information

#800F59 (or 0x800F59) is unknown color: approx Eggplant. HEX triplet: 80, 0F and 59. RGB value is (128,15,89). Sum of RGB (Red+Green+Blue) = 128+15+89=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #800F59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800F59 is #7FF0A6. Grayscale: #393939. Windows color (decimal): -8384679 or 5836672. OLE color: 5836672.

HSL color Cylindrical-coordinate representation of color #800F59: hue angle of 320.71º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #800F59 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB1281589-
CMYK00.880.300.50
HSL320.71º79.02%28.04%-
HSV(B)320.71º88.28%50.2%-
XYZ10.885.659.97-
YUV57.22145.94178.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.17%
GREEN value IS 15 (6.25% from 255) = 6.47%
BLUE value IS 89 (35.16% from 255) = 38.36%
R=55.17%
G=6.47%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128158900.880.300.50320.7179.0228.04
Hex80F590581E321414f1c
Octal200171310130366250111734
Binary10000000111110110010101100011110110010101000001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800F59; }

 p { color: rgb(128,15,89); }

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

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

 a { background-color: rgb(128,15,89); }

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

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

 span { border-color: rgb(128,15,89); }

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