#800957

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

Shades of Eggplant #800957

Tints of Eggplant #800957

Color information

#800957 (or 0x800957) is unknown color: approx Eggplant. HEX triplet: 80, 09 and 57. RGB value is (128,9,87). Sum of RGB (Red+Green+Blue) = 128+9+87=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #800957 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800957 is #7FF6A8. Grayscale: #353535. Windows color (decimal): -8386217 or 5704064. OLE color: 5704064.

HSL color Cylindrical-coordinate representation of color #800957: hue angle of 320.67º 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 #800957 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB128987-
CMYK00.930.320.50
HSL320.67º86.86%26.86%-
HSV(B)320.67º92.97%50.2%-
XYZ10.725.479.51-
YUV53.47146.92181.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.14%
GREEN value IS 9 (3.91% from 255) = 4.02%
BLUE value IS 87 (34.38% from 255) = 38.84%
R=57.14%
G=4.02%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12898700.930.320.50320.6786.8626.86
Hex8095705D2032141571b
Octal200111270135406250112733
Binary100000001001101011101011101100000110010101000001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800957; }

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

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

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

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

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

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

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

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