#8E0D89

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

Shades of Dark Magenta #8E0D89

Tints of Dark Magenta #8E0D89

Color information

#8E0D89 (or 0x8E0D89) is unknown color: approx Dark Magenta. HEX triplet: 8E, 0D and 89. RGB value is (142,13,137). Sum of RGB (Red+Green+Blue) = 142+13+137=292 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.63% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0D89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0D89 is #71F276. Grayscale: #414141. Windows color (decimal): -7467639 or 8981902. OLE color: 8981902.

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

Color convert

RGB14213137-
CMYK00.910.040.44
HSL302.33º83.23%30.39%-
HSV(B)302.33º90.85%55.69%-
XYZ15.817.8424.35-
YUV65.71168.24182.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.63%
GREEN value IS 13 (5.47% from 255) = 4.45%
BLUE value IS 137 (53.91% from 255) = 46.92%
R=48.63%
G=4.45%
B=46.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421313700.910.040.44302.3383.2330.39
Hex8ED8905B42C12e531e
Octal21615211013345445612336
Binary1000111011011000100101011011100101100100101110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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