#8E0489

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

Shades of Dark Magenta #8E0489

Tints of Dark Magenta #8E0489

Color information

#8E0489 (or 0x8E0489) is unknown color: approx Dark Magenta. HEX triplet: 8E, 04 and 89. RGB value is (142,4,137). Sum of RGB (Red+Green+Blue) = 142+4+137=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0489 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0489 is #71FB76. Grayscale: #3C3C3C. Windows color (decimal): -7469943 or 8979598. OLE color: 8979598.

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

Color convert

RGB1424137-
CMYK00.970.040.44
HSL302.17º94.52%28.63%-
HSV(B)302.17º97.18%55.69%-
XYZ15.717.6424.31-
YUV60.42171.22186.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.18%
GREEN value IS 4 (1.95% from 255) = 1.41%
BLUE value IS 137 (53.91% from 255) = 48.41%
R=50.18%
G=1.41%
B=48.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142413700.970.040.44302.1794.5228.63
Hex8E48906142C12e5f1d
Octal2164211014145445613735
Binary100011101001000100101100001100101100100101110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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