#8C004D

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

Shades of Eggplant #8C004D

Tints of Eggplant #8C004D

Color information

#8C004D (or 0x8C004D) is unknown color: approx Eggplant. HEX triplet: 8C, 00 and 4D. RGB value is (140,0,77). Sum of RGB (Red+Green+Blue) = 140+0+77=217 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.52% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 140 - color contains mainly: red. Hex color #8C004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C004D is #73FFB2. Grayscale: #323232. Windows color (decimal): -7602099 or 5046412. OLE color: 5046412.

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

Color convert

RGB140077-
CMYK010.450.45
HSL327º100%27.45%-
HSV(B)327º100%54.9%-
XYZ12.156.117.56-
YUV50.64142.88191.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 64.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=64.52%
G=0%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140077010.450.4532710027.45
Hex8C04D0642D2D147641b
Octal21401150144555550714433
Binary100011000100110101100100101101101101101000111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C004D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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