#8D057F

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

Shades of Dark Magenta #8D057F

Tints of Dark Magenta #8D057F

Color information

#8D057F (or 0x8D057F) is unknown color: approx Dark Magenta. HEX triplet: 8D, 05 and 7F. RGB value is (141,5,127). Sum of RGB (Red+Green+Blue) = 141+5+127=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D057F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D057F is #72FA80. Grayscale: #3B3B3B. Windows color (decimal): -7535233 or 8324493. OLE color: 8324493.

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

Color convert

RGB1415127-
CMYK00.960.100.45
HSL306.18º93.15%28.63%-
HSV(B)306.18º96.45%55.29%-
XYZ14.877.320.7-
YUV59.57166.06186.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.65%
GREEN value IS 5 (2.34% from 255) = 1.83%
BLUE value IS 127 (50% from 255) = 46.52%
R=51.65%
G=1.83%
B=46.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141512700.960.100.45306.1893.1528.63
Hex8D57F060A2D1325d1d
Octal21551770140125546213535
Binary100011011011111111011000001010101101100110010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D057F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,5,127); }

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

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

 a { background-color: rgb(141,5,127); }

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

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

 span { border-color: rgb(141,5,127); }

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