#8E148B

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

Shades of Dark Magenta #8E148B

Tints of Dark Magenta #8E148B

Color information

#8E148B (or 0x8E148B) is unknown color: approx Dark Magenta. HEX triplet: 8E, 14 and 8B. RGB value is (142,20,139). Sum of RGB (Red+Green+Blue) = 142+20+139=301 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.18% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 142 - color contains mainly: red. Hex color #8E148B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E148B is #71EB74. Grayscale: #454545. Windows color (decimal): -7465845 or 9114766. OLE color: 9114766.

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

Color convert

RGB14220139-
CMYK00.860.020.44
HSL301.48º75.31%31.76%-
HSV(B)301.48º85.92%55.69%-
XYZ16.078.1225.15-
YUV70.04166.92179.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.18%
GREEN value IS 20 (8.20% from 255) = 6.64%
BLUE value IS 139 (54.69% from 255) = 46.18%
R=47.18%
G=6.64%
B=46.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1422013900.860.020.44301.4875.3131.76
Hex8E148B05622C12d4b20
Octal21624213012625445511340
Binary10001110101001000101101010110101011001001011011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E148B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,20,139); }

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

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

 a { background-color: rgb(142,20,139); }

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

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

 span { border-color: rgb(142,20,139); }

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