#8E138C

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

Shades of Dark Magenta #8E138C

Tints of Dark Magenta #8E138C

Color information

#8E138C (or 0x8E138C) is unknown color: approx Dark Magenta. HEX triplet: 8E, 13 and 8C. RGB value is (142,19,140). Sum of RGB (Red+Green+Blue) = 142+19+140=301 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.18% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 142 - color contains mainly: red. Hex color #8E138C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E138C is #71EC73. Grayscale: #454545. Windows color (decimal): -7466100 or 9180046. OLE color: 9180046.

HSL color Cylindrical-coordinate representation of color #8E138C: hue angle of 300.98º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E138C is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB14219140-
CMYK00.870.010.44
HSL300.98º76.4%31.57%-
HSV(B)300.98º86.62%55.69%-
XYZ16.128.1125.53-
YUV69.57167.75179.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.18%
GREEN value IS 19 (7.81% from 255) = 6.31%
BLUE value IS 140 (55.08% from 255) = 46.51%
R=47.18%
G=6.31%
B=46.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421914000.870.010.44300.9876.431.57
Hex8E138C05712C12d4c20
Octal21623214012715445511440
Binary1000111010011100011000101011111011001001011011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E138C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,19,140); }

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

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

 a { background-color: rgb(142,19,140); }

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

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

 span { border-color: rgb(142,19,140); }

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