#8D045C

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

Shades of Eggplant #8D045C

Tints of Eggplant #8D045C

Color information

#8D045C (or 0x8D045C) is unknown color: approx Eggplant. HEX triplet: 8D, 04 and 5C. RGB value is (141,4,92). Sum of RGB (Red+Green+Blue) = 141+4+92=237 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.49% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 141 - color contains mainly: red. Hex color #8D045C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D045C is #72FBA3. Grayscale: #363636. Windows color (decimal): -7535524 or 6030477. OLE color: 6030477.

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

Color convert

RGB141492-
CMYK00.970.350.45
HSL321.46º94.48%28.43%-
HSV(B)321.46º97.16%55.29%-
XYZ12.966.5210.7-
YUV55148.89189.34-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 59.49%
GREEN value IS 4 (1.95% from 255) = 1.69%
BLUE value IS 92 (36.33% from 255) = 38.82%
R=59.49%
G=1.69%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14149200.970.350.45321.4694.4828.43
Hex8D45C061232D1415e1c
Octal21541340141435550113634
Binary10001101100101110001100001100011101101101000001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D045C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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