#8D0D80

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

Shades of Dark Magenta #8D0D80

Tints of Dark Magenta #8D0D80

Color information

#8D0D80 (or 0x8D0D80) is unknown color: approx Dark Magenta. HEX triplet: 8D, 0D and 80. RGB value is (141,13,128). Sum of RGB (Red+Green+Blue) = 141+13+128=282 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0D80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0D80 is #72F27F. Grayscale: #404040. Windows color (decimal): -7533184 or 8392077. OLE color: 8392077.

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

Color convert

RGB14113128-
CMYK00.910.090.45
HSL306.09º83.12%30.2%-
HSV(B)306.09º90.78%55.29%-
XYZ15.027.5121.08-
YUV64.38163.91182.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50%
GREEN value IS 13 (5.47% from 255) = 4.61%
BLUE value IS 128 (50.39% from 255) = 45.39%
R=50%
G=4.61%
B=45.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411312800.910.090.45306.0983.1230.2
Hex8DD8005B92D132531e
Octal215152000133115546212336
Binary10001101110110000000010110111001101101100110010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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