#8E048E

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

Shades of Dark Magenta #8E048E

Tints of Dark Magenta #8E048E

Color information

#8E048E (or 0x8E048E) is unknown color: approx Dark Magenta. HEX triplet: 8E, 04 and 8E. RGB value is (142,4,142). Sum of RGB (Red+Green+Blue) = 142+4+142=288 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.31% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 142 (55.86% from 255 or 49.31% from 288); Max value from RGB is 142 - color contains mainly: red, blue. Hex color #8E048E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E048E is #71FB71. Grayscale: #3C3C3C. Windows color (decimal): -7469938 or 9307278. OLE color: 9307278.

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

Color convert

RGB1424142-
CMYK00.9700.44
HSL300º94.52%28.63%-
HSV(B)300º97.18%55.69%-
XYZ16.087.7926.25-
YUV60.99173.72185.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.31%
GREEN value IS 4 (1.95% from 255) = 1.39%
BLUE value IS 142 (55.86% from 255) = 49.31%
R=49.31%
G=1.39%
B=49.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142414200.9700.4430094.5228.63
Hex8E48E06102C12c5f1d
Octal2164216014105445413735
Binary1000111010010001110011000010101100100101100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E048E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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