#8E048C

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

Shades of Dark Magenta #8E048C

Tints of Dark Magenta #8E048C

Color information

#8E048C (or 0x8E048C) is unknown color: approx Dark Magenta. HEX triplet: 8E, 04 and 8C. RGB value is (142,4,140). Sum of RGB (Red+Green+Blue) = 142+4+140=286 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.65% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 140 (55.08% from 255 or 48.95% from 286); Max value from RGB is 142 - color contains mainly: red. Hex color #8E048C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E048C is #71FB73. Grayscale: #3C3C3C. Windows color (decimal): -7469940 or 9176206. OLE color: 9176206.

HSL color Cylindrical-coordinate representation of color #8E048C: hue angle of 300.87º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E048C is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB1424140-
CMYK00.970.010.44
HSL300.87º94.52%28.63%-
HSV(B)300.87º97.18%55.69%-
XYZ15.937.7325.46-
YUV60.77172.72185.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.65%
GREEN value IS 4 (1.95% from 255) = 1.40%
BLUE value IS 140 (55.08% from 255) = 48.95%
R=49.65%
G=1.40%
B=48.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142414000.970.010.44300.8794.5228.63
Hex8E48C06112C12d5f1d
Octal2164214014115445513735
Binary1000111010010001100011000011101100100101101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E048C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,4,140); }

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

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

 a { background-color: rgb(142,4,140); }

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

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

 span { border-color: rgb(142,4,140); }

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