#8E0380

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

Shades of Dark Magenta #8E0380

Tints of Dark Magenta #8E0380

Color information

#8E0380 (or 0x8E0380) is unknown color: approx Dark Magenta. HEX triplet: 8E, 03 and 80. RGB value is (142,3,128). Sum of RGB (Red+Green+Blue) = 142+3+128=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0380 is #71FC7F. Grayscale: #3A3A3A. Windows color (decimal): -7470208 or 8389518. OLE color: 8389518.

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

Color convert

RGB1423128-
CMYK00.980.100.44
HSL306.04º95.86%28.43%-
HSV(B)306.04º97.89%55.69%-
XYZ15.087.3721.05-
YUV58.81167.05187.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.01%
GREEN value IS 3 (1.56% from 255) = 1.10%
BLUE value IS 128 (50.39% from 255) = 46.89%
R=52.01%
G=1.10%
B=46.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142312800.980.100.44306.0495.8628.43
Hex8E380062A2C132601c
Octal21632000142125446214034
Binary100011101110000000011000101010101100100110010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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