#8D0C80

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

Shades of Dark Magenta #8D0C80

Tints of Dark Magenta #8D0C80

Color information

#8D0C80 (or 0x8D0C80) is unknown color: approx Dark Magenta. HEX triplet: 8D, 0C and 80. RGB value is (141,12,128). Sum of RGB (Red+Green+Blue) = 141+12+128=281 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.18% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0C80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0C80 is #72F37F. Grayscale: #3F3F3F. Windows color (decimal): -7533440 or 8391821. OLE color: 8391821.

HSL color Cylindrical-coordinate representation of color #8D0C80: hue angle of 306.05º degrees, saturation: 0.84, 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 #8D0C80 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB14112128-
CMYK00.910.090.45
HSL306.05º84.31%30%-
HSV(B)306.05º91.49%55.29%-
XYZ15.017.4821.08-
YUV63.79164.24183.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.18%
GREEN value IS 12 (5.08% from 255) = 4.27%
BLUE value IS 128 (50.39% from 255) = 45.55%
R=50.18%
G=4.27%
B=45.55%

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
Decimal1411212800.910.090.45306.0584.3130
Hex8DC8005B92D132541e
Octal215142000133115546212436
Binary10001101110010000000010110111001101101100110010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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