#8D045D

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

Shades of Eggplant #8D045D

Tints of Eggplant #8D045D

Color information

#8D045D (or 0x8D045D) is unknown color: approx Eggplant. HEX triplet: 8D, 04 and 5D. RGB value is (141,4,93). Sum of RGB (Red+Green+Blue) = 141+4+93=238 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.24% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 141 - color contains mainly: red. Hex color #8D045D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D045D is #72FBA2. Grayscale: #363636. Windows color (decimal): -7535523 or 6096013. OLE color: 6096013.

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

Color convert

RGB141493-
CMYK00.970.340.45
HSL321.02º94.48%28.43%-
HSV(B)321.02º97.16%55.29%-
XYZ136.5410.93-
YUV55.11149.39189.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 59.24%
GREEN value IS 4 (1.95% from 255) = 1.68%
BLUE value IS 93 (36.72% from 255) = 39.08%
R=59.24%
G=1.68%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14149300.970.340.45321.0294.4828.43
Hex8D45D061222D1415e1c
Octal21541350141425550113634
Binary10001101100101110101100001100010101101101000001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D045D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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