#8E149A

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

Shades of Dark Magenta #8E149A

Tints of Dark Magenta #8E149A

Color information

#8E149A (or 0x8E149A) is unknown color: approx Dark Magenta. HEX triplet: 8E, 14 and 9A. RGB value is (142,20,154). Sum of RGB (Red+Green+Blue) = 142+20+154=316 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.94% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #8E149A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E149A is #71EB65. Grayscale: #474747. Windows color (decimal): -7465830 or 10097806. OLE color: 10097806.

HSL color Cylindrical-coordinate representation of color #8E149A: hue angle of 294.63º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E149A is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14220154-
CMYK0.080.8700.40
HSL294.63º77.01%34.12%-
HSV(B)294.63º87.01%60.39%-
XYZ17.248.5831.32-
YUV71.75174.42178.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.94%
GREEN value IS 20 (8.20% from 255) = 6.33%
BLUE value IS 154 (60.55% from 255) = 48.73%
R=44.94%
G=6.33%
B=48.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal142201540.080.8700.40294.6377.0134.12
Hex8E149A8570281274d22
Octal216242321012705044711542
Binary1000111010100100110101000101011101010001001001111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E149A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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