#8E0881

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

Shades of Dark Magenta #8E0881

Tints of Dark Magenta #8E0881

Color information

#8E0881 (or 0x8E0881) is unknown color: approx Dark Magenta. HEX triplet: 8E, 08 and 81. RGB value is (142,8,129). Sum of RGB (Red+Green+Blue) = 142+8+129=279 (36% of max value = 765). Red value is 142 (55.86% from 255 or 50.90% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0881 is #71F77E. Grayscale: #3D3D3D. Windows color (decimal): -7468927 or 8456334. OLE color: 8456334.

HSL color Cylindrical-coordinate representation of color #8E0881: hue angle of 305.82º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0881 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB1428129-
CMYK00.940.090.44
HSL305.82º89.33%29.41%-
HSV(B)305.82º94.37%55.69%-
XYZ15.27.5121.42-
YUV61.86165.89185.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.90%
GREEN value IS 8 (3.52% from 255) = 2.87%
BLUE value IS 129 (50.78% from 255) = 46.24%
R=50.90%
G=2.87%
B=46.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142812900.940.090.44305.8289.3329.41
Hex8E88105E92C132591d
Octal216102010136115446213135
Binary10001110100010000001010111101001101100100110010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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