#8D024C

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

Shades of Eggplant #8D024C

Tints of Eggplant #8D024C

Color information

#8D024C (or 0x8D024C) is unknown color: approx Eggplant. HEX triplet: 8D, 02 and 4C. RGB value is (141,2,76). Sum of RGB (Red+Green+Blue) = 141+2+76=219 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.38% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 141 - color contains mainly: red. Hex color #8D024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D024C is #72FDB3. Grayscale: #333333. Windows color (decimal): -7536052 or 4981389. OLE color: 4981389.

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

Color convert

RGB141276-
CMYK00.990.460.45
HSL328.06º97.2%28.04%-
HSV(B)328.06º98.58%55.29%-
XYZ12.316.237.39-
YUV52141.55191.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 64.38%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 76 (30.08% from 255) = 34.70%
R=64.38%
G=0.91%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14127600.990.460.45328.0697.228.04
Hex8D24C0632E2D148611c
Octal21521140143565551014134
Binary1000110110100110001100011101110101101101001000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D024C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,2,76); }

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

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

 a { background-color: rgb(141,2,76); }

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

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

 span { border-color: rgb(141,2,76); }

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