#8E0A82

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

Shades of Dark Magenta #8E0A82

Tints of Dark Magenta #8E0A82

Color information

#8E0A82 (or 0x8E0A82) is unknown color: approx Dark Magenta. HEX triplet: 8E, 0A and 82. RGB value is (142,10,130). Sum of RGB (Red+Green+Blue) = 142+10+130=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0A82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0A82 is #71F57D. Grayscale: #3E3E3E. Windows color (decimal): -7468414 or 8522382. OLE color: 8522382.

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

Color convert

RGB14210130-
CMYK00.930.080.44
HSL305.45º86.84%29.8%-
HSV(B)305.45º92.96%55.69%-
XYZ15.297.5821.78-
YUV63.15165.73184.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.35%
GREEN value IS 10 (4.30% from 255) = 3.55%
BLUE value IS 130 (51.17% from 255) = 46.10%
R=50.35%
G=3.55%
B=46.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421013000.930.080.44305.4586.8429.8
Hex8EA8205D82C131571e
Octal216122020135105446112736
Binary10001110101010000010010111011000101100100110001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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