#8E0886

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

Shades of Dark Magenta #8E0886

Tints of Dark Magenta #8E0886

Color information

#8E0886 (or 0x8E0886) is unknown color: approx Dark Magenta. HEX triplet: 8E, 08 and 86. RGB value is (142,8,134). Sum of RGB (Red+Green+Blue) = 142+8+134=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 134 (52.73% from 255 or 47.18% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0886 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0886 is #71F779. Grayscale: #3E3E3E. Windows color (decimal): -7468922 or 8784014. OLE color: 8784014.

HSL color Cylindrical-coordinate representation of color #8E0886: hue angle of 303.58º 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 #8E0886 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB1428134-
CMYK00.940.060.44
HSL303.58º89.33%29.41%-
HSV(B)303.58º94.37%55.69%-
XYZ15.557.6523.21-
YUV62.43168.39184.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 2.82%
BLUE value IS 134 (52.73% from 255) = 47.18%
R=50%
G=2.82%
B=47.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142813400.940.060.44303.5889.3329.41
Hex8E88605E62C130591d
Octal21610206013665446013135
Binary1000111010001000011001011110110101100100110000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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