#8D034E

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

Shades of Eggplant #8D034E

Tints of Eggplant #8D034E

Color information

#8D034E (or 0x8D034E) is unknown color: approx Eggplant. HEX triplet: 8D, 03 and 4E. RGB value is (141,3,78). Sum of RGB (Red+Green+Blue) = 141+3+78=222 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.51% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 141 - color contains mainly: red. Hex color #8D034E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D034E is #72FCB1. Grayscale: #343434. Windows color (decimal): -7535794 or 5112717. OLE color: 5112717.

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

Color convert

RGB141378-
CMYK00.980.450.45
HSL327.39º95.83%28.24%-
HSV(B)327.39º97.87%55.29%-
XYZ12.396.287.77-
YUV52.81142.22190.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 63.51%
GREEN value IS 3 (1.56% from 255) = 1.35%
BLUE value IS 78 (30.86% from 255) = 35.14%
R=63.51%
G=1.35%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14137800.980.450.45327.3995.8328.24
Hex8D34E0622D2D147601c
Octal21531160142555550714034
Binary1000110111100111001100010101101101101101000111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,3,78); }

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

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

 a { background-color: rgb(141,3,78); }

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

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

 span { border-color: rgb(141,3,78); }

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