#8E0A80

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

Shades of Dark Magenta #8E0A80

Tints of Dark Magenta #8E0A80

Color information

#8E0A80 (or 0x8E0A80) is unknown color: approx Dark Magenta. HEX triplet: 8E, 0A and 80. RGB value is (142,10,128). Sum of RGB (Red+Green+Blue) = 142+10+128=280 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.71% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0A80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0A80 is #71F57F. Grayscale: #3E3E3E. Windows color (decimal): -7468416 or 8391310. OLE color: 8391310.

HSL color Cylindrical-coordinate representation of color #8E0A80: hue angle of 306.36º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E0A80 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB14210128-
CMYK00.930.100.44
HSL306.36º86.84%29.8%-
HSV(B)306.36º92.96%55.69%-
XYZ15.167.5321.08-
YUV62.92164.73184.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.71%
GREEN value IS 10 (4.30% from 255) = 3.57%
BLUE value IS 128 (50.39% from 255) = 45.71%
R=50.71%
G=3.57%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421012800.930.100.44306.3686.8429.8
Hex8EA8005DA2C132571e
Octal216122000135125446212736
Binary10001110101010000000010111011010101100100110010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,10,128); }

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

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

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

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

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

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

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