#8E158A

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

Shades of Dark Magenta #8E158A

Tints of Dark Magenta #8E158A

Color information

#8E158A (or 0x8E158A) is unknown color: approx Dark Magenta. HEX triplet: 8E, 15 and 8A. RGB value is (142,21,138). Sum of RGB (Red+Green+Blue) = 142+21+138=301 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.18% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 142 - color contains mainly: red. Hex color #8E158A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E158A is #71EA75. Grayscale: #464646. Windows color (decimal): -7465590 or 9049486. OLE color: 9049486.

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

Color convert

RGB14221138-
CMYK00.850.030.44
HSL301.98º74.23%31.96%-
HSV(B)301.98º85.21%55.69%-
XYZ16.018.1224.77-
YUV70.52166.09178.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.18%
GREEN value IS 21 (8.59% from 255) = 6.98%
BLUE value IS 138 (54.30% from 255) = 45.85%
R=47.18%
G=6.98%
B=45.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422113800.850.030.44301.9874.2331.96
Hex8E158A05532C12e4a20
Octal21625212012535445611240
Binary10001110101011000101001010101111011001001011101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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