#8C0057

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

Shades of Eggplant #8C0057

Tints of Eggplant #8C0057

Color information

#8C0057 (or 0x8C0057) is unknown color: approx Eggplant. HEX triplet: 8C, 00 and 57. RGB value is (140,0,87). Sum of RGB (Red+Green+Blue) = 140+0+87=227 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.67% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0057 is #73FFA8. Grayscale: #333333. Windows color (decimal): -7602089 or 5701772. OLE color: 5701772.

HSL color Cylindrical-coordinate representation of color #8C0057: hue angle of 322.71º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C0057 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB140087-
CMYK010.380.45
HSL322.71º100%27.45%-
HSV(B)322.71º100%54.9%-
XYZ12.546.269.57-
YUV51.78147.88190.93-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 61.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 87 (34.38% from 255) = 38.33%
R=61.67%
G=0%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140087010.380.45322.7110027.45
Hex8C057064262D143641b
Octal21401270144465550314433
Binary100011000101011101100100100110101101101000011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C0057; }

 p { color: rgb(140,0,87); }

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

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

 a { background-color: rgb(140,0,87); }

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

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

 span { border-color: rgb(140,0,87); }

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