#8E138A

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

Shades of Dark Magenta #8E138A

Tints of Dark Magenta #8E138A

Color information

#8E138A (or 0x8E138A) is unknown color: approx Dark Magenta. HEX triplet: 8E, 13 and 8A. RGB value is (142,19,138). Sum of RGB (Red+Green+Blue) = 142+19+138=299 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.49% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 142 - color contains mainly: red. Hex color #8E138A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E138A is #71EC75. Grayscale: #444444. Windows color (decimal): -7466102 or 9048974. OLE color: 9048974.

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

Color convert

RGB14219138-
CMYK00.870.030.44
HSL301.95º76.4%31.57%-
HSV(B)301.95º86.62%55.69%-
XYZ15.988.0524.76-
YUV69.34166.75179.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.49%
GREEN value IS 19 (7.81% from 255) = 6.35%
BLUE value IS 138 (54.30% from 255) = 46.15%
R=47.49%
G=6.35%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421913800.870.030.44301.9576.431.57
Hex8E138A05732C12e4c20
Octal21623212012735445611440
Binary10001110100111000101001010111111011001001011101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E138A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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