#8E0984

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

Shades of Dark Magenta #8E0984

Tints of Dark Magenta #8E0984

Color information

#8E0984 (or 0x8E0984) is unknown color: approx Dark Magenta. HEX triplet: 8E, 09 and 84. RGB value is (142,9,132). Sum of RGB (Red+Green+Blue) = 142+9+132=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0984 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0984 is #71F67B. Grayscale: #3E3E3E. Windows color (decimal): -7468668 or 8653198. OLE color: 8653198.

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

Color convert

RGB1429132-
CMYK00.940.070.44
HSL304.51º88.08%29.61%-
HSV(B)304.51º93.66%55.69%-
XYZ15.427.6122.49-
YUV62.79167.06184.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.18%
GREEN value IS 9 (3.91% from 255) = 3.18%
BLUE value IS 132 (51.95% from 255) = 46.64%
R=50.18%
G=3.18%
B=46.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142913200.940.070.44304.5188.0829.61
Hex8E98405E72C131581e
Octal21611204013675446113036
Binary1000111010011000010001011110111101100100110001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,9,132); }

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

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

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

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

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

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

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