#8D0380

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

Shades of Dark Magenta #8D0380

Tints of Dark Magenta #8D0380

Color information

#8D0380 (or 0x8D0380) is unknown color: approx Dark Magenta. HEX triplet: 8D, 03 and 80. RGB value is (141,3,128). Sum of RGB (Red+Green+Blue) = 141+3+128=272 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.84% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0380 is #72FC7F. Grayscale: #3A3A3A. Windows color (decimal): -7535744 or 8389517. OLE color: 8389517.

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

Color convert

RGB1413128-
CMYK00.980.090.45
HSL305.65º95.83%28.24%-
HSV(B)305.65º97.87%55.29%-
XYZ14.917.2921.04-
YUV58.51167.22186.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.84%
GREEN value IS 3 (1.56% from 255) = 1.10%
BLUE value IS 128 (50.39% from 255) = 47.06%
R=51.84%
G=1.10%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141312800.980.090.45305.6595.8328.24
Hex8D38006292D132601c
Octal21532000142115546214034
Binary100011011110000000011000101001101101100110010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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