#8E0D83

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

Shades of Dark Magenta #8E0D83

Tints of Dark Magenta #8E0D83

Color information

#8E0D83 (or 0x8E0D83) is unknown color: approx Dark Magenta. HEX triplet: 8E, 0D and 83. RGB value is (142,13,131). Sum of RGB (Red+Green+Blue) = 142+13+131=286 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.65% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0D83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0D83 is #71F27C. Grayscale: #404040. Windows color (decimal): -7467645 or 8588686. OLE color: 8588686.

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

Color convert

RGB14213131-
CMYK00.910.080.44
HSL305.12º83.23%30.39%-
HSV(B)305.12º90.85%55.69%-
XYZ15.47.6822.14-
YUV65.02165.24182.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.65%
GREEN value IS 13 (5.47% from 255) = 4.55%
BLUE value IS 131 (51.56% from 255) = 45.80%
R=49.65%
G=4.55%
B=45.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421313100.910.080.44305.1283.2330.39
Hex8ED8305B82C131531e
Octal216152030133105446112336
Binary10001110110110000011010110111000101100100110001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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