#8c0059

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

Shades of Eggplant #8C0059

Tints of Eggplant #8C0059

Color information

#8C0059 (or 0x8C0059) is unknown color: approx Eggplant. HEX triplet: 8C, 00 and 59. RGB value is (140,0,89). Sum of RGB (Red+Green+Blue) = 140+0+89=229 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.14% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0059 is #73FFA6. Grayscale: #333333. Windows color (decimal): -7602087 or 5832844. OLE color: 5832844.

HSL color Cylindrical-coordinate representation of color #8C0059: hue angle of 321.86º 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 #8C0059 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB140089-
CMYK010.360.45
HSL321.86º100%27.45%-
HSV(B)321.86º100%54.9%-
XYZ12.626.310-
YUV52.01148.88190.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 61.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 89 (35.16% from 255) = 38.86%
R=61.14%
G=0%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140089010.360.45321.8610027.45
Hex8C059064242D142641b
Octal21401310144445550214433
Binary100011000101100101100100100100101101101000010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c0059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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