#8D0A82

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

Shades of Dark Magenta #8D0A82

Tints of Dark Magenta #8D0A82

Color information

#8D0A82 (or 0x8D0A82) is unknown color: approx Dark Magenta. HEX triplet: 8D, 0A and 82. RGB value is (141,10,130). Sum of RGB (Red+Green+Blue) = 141+10+130=281 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.18% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0A82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0A82 is #72F57D. Grayscale: #3E3E3E. Windows color (decimal): -7533950 or 8522381. OLE color: 8522381.

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

Color convert

RGB14110130-
CMYK00.930.080.45
HSL305.04º86.75%29.61%-
HSV(B)305.04º92.91%55.29%-
XYZ15.127.4921.77-
YUV62.85165.9183.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.18%
GREEN value IS 10 (4.30% from 255) = 3.56%
BLUE value IS 130 (51.17% from 255) = 46.26%
R=50.18%
G=3.56%
B=46.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411013000.930.080.45305.0486.7529.61
Hex8DA8205D82D131571e
Octal215122020135105546112736
Binary10001101101010000010010111011000101101100110001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,10,130); }

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

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

 a { background-color: rgb(141,10,130); }

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

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

 span { border-color: rgb(141,10,130); }

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