#8E149C

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

Shades of Dark Magenta #8E149C

Tints of Dark Magenta #8E149C

Color information

#8E149C (or 0x8E149C) is unknown color: approx Dark Magenta. HEX triplet: 8E, 14 and 9C. RGB value is (142,20,156). Sum of RGB (Red+Green+Blue) = 142+20+156=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #8E149C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E149C is #71EB63. Grayscale: #474747. Windows color (decimal): -7465828 or 10228878. OLE color: 10228878.

HSL color Cylindrical-coordinate representation of color #8E149C: hue angle of 293.82º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E149C is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14220156-
CMYK0.090.8700.39
HSL293.82º77.27%34.51%-
HSV(B)293.82º87.18%61.18%-
XYZ17.418.6532.2-
YUV71.98175.42177.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.65%
GREEN value IS 20 (8.20% from 255) = 6.29%
BLUE value IS 156 (61.33% from 255) = 49.06%
R=44.65%
G=6.29%
B=49.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal142201560.090.8700.39293.8277.2734.51
Hex8E149C9570271264d23
Octal216242341112704744611543
Binary1000111010100100111001001101011101001111001001101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E149C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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