#8E0589

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

Shades of Dark Magenta #8E0589

Tints of Dark Magenta #8E0589

Color information

#8E0589 (or 0x8E0589) is unknown color: approx Dark Magenta. HEX triplet: 8E, 05 and 89. RGB value is (142,5,137). Sum of RGB (Red+Green+Blue) = 142+5+137=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0589 is #71FA76. Grayscale: #3C3C3C. Windows color (decimal): -7469687 or 8979854. OLE color: 8979854.

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

Color convert

RGB1425137-
CMYK00.960.040.44
HSL302.19º93.2%28.82%-
HSV(B)302.19º96.48%55.69%-
XYZ15.727.6724.32-
YUV61.01170.89185.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 1.76%
BLUE value IS 137 (53.91% from 255) = 48.24%
R=50%
G=1.76%
B=48.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142513700.960.040.44302.1993.228.82
Hex8E58906042C12e5d1d
Octal2165211014045445613535
Binary100011101011000100101100000100101100100101110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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