#8E0891

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

Shades of Dark Magenta #8E0891

Tints of Dark Magenta #8E0891

Color information

#8E0891 (or 0x8E0891) is unknown color: approx Dark Magenta. HEX triplet: 8E, 08 and 91. RGB value is (142,8,145). Sum of RGB (Red+Green+Blue) = 142+8+145=295 (39% of max value = 765). Red value is 142 (55.86% from 255 or 48.14% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #8E0891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0891 is #71F76E. Grayscale: #3F3F3F. Windows color (decimal): -7468911 or 9504910. OLE color: 9504910.

HSL color Cylindrical-coordinate representation of color #8E0891: hue angle of 298.69º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0891 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1428145-
CMYK0.020.9400.43
HSL298.69º89.54%30%-
HSV(B)298.69º94.48%56.86%-
XYZ16.357.9727.46-
YUV63.68173.89183.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.14%
GREEN value IS 8 (3.52% from 255) = 2.71%
BLUE value IS 145 (57.03% from 255) = 49.15%
R=48.14%
G=2.71%
B=49.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14281450.020.9400.43298.6989.5430
Hex8E89125E02B12b5a1e
Octal21610221213605345313236
Binary100011101000100100011010111100101011100101011101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,8,145); }

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

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

 a { background-color: rgb(142,8,145); }

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

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

 span { border-color: rgb(142,8,145); }

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