#8E048D

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

Shades of Dark Magenta #8E048D

Tints of Dark Magenta #8E048D

Color information

#8E048D (or 0x8E048D) is unknown color: approx Dark Magenta. HEX triplet: 8E, 04 and 8D. RGB value is (142,4,141). Sum of RGB (Red+Green+Blue) = 142+4+141=287 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.48% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 142 - color contains mainly: red. Hex color #8E048D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E048D is #71FB72. Grayscale: #3C3C3C. Windows color (decimal): -7469939 or 9241742. OLE color: 9241742.

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

Color convert

RGB1424141-
CMYK00.970.010.44
HSL300.43º94.52%28.63%-
HSV(B)300.43º97.18%55.69%-
XYZ16.017.7625.85-
YUV60.88173.22185.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.48%
GREEN value IS 4 (1.95% from 255) = 1.39%
BLUE value IS 141 (55.47% from 255) = 49.13%
R=49.48%
G=1.39%
B=49.13%

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
Decimal142414100.970.010.44300.4394.5228.63
Hex8E48D06112C12c5f1d
Octal2164215014115445413735
Binary1000111010010001101011000011101100100101100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E048D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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