#8D045E

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

Shades of Eggplant #8D045E

Tints of Eggplant #8D045E

Color information

#8D045E (or 0x8D045E) is unknown color: approx Eggplant. HEX triplet: 8D, 04 and 5E. RGB value is (141,4,94). Sum of RGB (Red+Green+Blue) = 141+4+94=239 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.00% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 141 - color contains mainly: red. Hex color #8D045E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D045E is #72FBA1. Grayscale: #373737. Windows color (decimal): -7535522 or 6161549. OLE color: 6161549.

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

Color convert

RGB141494-
CMYK00.970.330.45
HSL320.58º94.48%28.43%-
HSV(B)320.58º97.16%55.29%-
XYZ13.056.5611.17-
YUV55.22149.89189.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 59.00%
GREEN value IS 4 (1.95% from 255) = 1.67%
BLUE value IS 94 (37.11% from 255) = 39.33%
R=59.00%
G=1.67%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14149400.970.330.45320.5894.4828.43
Hex8D45E061212D1415e1c
Octal21541360141415550113634
Binary10001101100101111001100001100001101101101000001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D045E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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