#800857

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

Shades of Eggplant #800857

Tints of Eggplant #800857

Color information

#800857 (or 0x800857) is unknown color: approx Eggplant. HEX triplet: 80, 08 and 57. RGB value is (128,8,87). Sum of RGB (Red+Green+Blue) = 128+8+87=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #800857 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800857 is #7FF7A8. Grayscale: #343434. Windows color (decimal): -8386473 or 5703808. OLE color: 5703808.

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

Color convert

RGB128887-
CMYK00.940.320.50
HSL320.5º88.24%26.67%-
HSV(B)320.5º93.75%50.2%-
XYZ10.715.459.5-
YUV52.89147.26181.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.40%
GREEN value IS 8 (3.52% from 255) = 3.59%
BLUE value IS 87 (34.38% from 255) = 39.01%
R=57.40%
G=3.59%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12888700.940.320.50320.588.2426.67
Hex8085705E2032140581b
Octal200101270136406250013033
Binary100000001000101011101011110100000110010101000000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800857; }

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

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

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

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

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

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

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

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