#8D0471

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

Shades of Eggplant #8D0471

Tints of Eggplant #8D0471

Color information

#8D0471 (or 0x8D0471) is unknown color: approx Eggplant. HEX triplet: 8D, 04 and 71. RGB value is (141,4,113). Sum of RGB (Red+Green+Blue) = 141+4+113=258 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.65% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0471 is #72FB8E. Grayscale: #393939. Windows color (decimal): -7535503 or 7406733. OLE color: 7406733.

HSL color Cylindrical-coordinate representation of color #8D0471: hue angle of 312.26º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D0471 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB1414113-
CMYK00.970.200.45
HSL312.26º94.48%28.43%-
HSV(B)312.26º97.16%55.29%-
XYZ14.016.9416.22-
YUV57.39159.39187.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.65%
GREEN value IS 4 (1.95% from 255) = 1.55%
BLUE value IS 113 (44.53% from 255) = 43.80%
R=54.65%
G=1.55%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141411300.970.200.45312.2694.4828.43
Hex8D471061142D1385e1c
Octal21541610141245547013634
Binary1000110110011100010110000110100101101100111000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,4,113); }

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

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

 a { background-color: rgb(141,4,113); }

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

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

 span { border-color: rgb(141,4,113); }

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