#8E0386

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

Shades of Dark Magenta #8E0386

Tints of Dark Magenta #8E0386

Color information

#8E0386 (or 0x8E0386) is unknown color: approx Dark Magenta. HEX triplet: 8E, 03 and 86. RGB value is (142,3,134). Sum of RGB (Red+Green+Blue) = 142+3+134=279 (36% of max value = 765). Red value is 142 (55.86% from 255 or 50.90% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 134 (52.73% from 255 or 48.03% from 279); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0386 is #71FC79. Grayscale: #3B3B3B. Windows color (decimal): -7470202 or 8782734. OLE color: 8782734.

HSL color Cylindrical-coordinate representation of color #8E0386: hue angle of 303.45º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E0386 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB1423134-
CMYK00.980.060.44
HSL303.45º95.86%28.43%-
HSV(B)303.45º97.89%55.69%-
XYZ15.497.5423.19-
YUV59.5170.05186.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.90%
GREEN value IS 3 (1.56% from 255) = 1.08%
BLUE value IS 134 (52.73% from 255) = 48.03%
R=50.90%
G=1.08%
B=48.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142313400.980.060.44303.4595.8628.43
Hex8E38606262C12f601c
Octal2163206014265445714034
Binary10001110111000011001100010110101100100101111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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