#8E149B

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

Shades of Dark Magenta #8E149B

Tints of Dark Magenta #8E149B

Color information

#8E149B (or 0x8E149B) is unknown color: approx Dark Magenta. HEX triplet: 8E, 14 and 9B. RGB value is (142,20,155). Sum of RGB (Red+Green+Blue) = 142+20+155=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E149B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E149B is #71EB64. Grayscale: #474747. Windows color (decimal): -7465829 or 10163342. OLE color: 10163342.

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

Color convert

RGB14220155-
CMYK0.080.8700.39
HSL294.22º77.14%34.31%-
HSV(B)294.22º87.1%60.78%-
XYZ17.328.6231.76-
YUV71.87174.92178.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.79%
GREEN value IS 20 (8.20% from 255) = 6.31%
BLUE value IS 155 (60.94% from 255) = 48.90%
R=44.79%
G=6.31%
B=48.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal142201550.080.8700.39294.2277.1434.31
Hex8E149B8570271264d22
Octal216242331012704744611542
Binary1000111010100100110111000101011101001111001001101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E149B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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