#8D008D

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

Shades of Dark Magenta #8D008D

Tints of Dark Magenta #8D008D

Color information

#8D008D (or 0x8D008D) is unknown color: approx Dark Magenta. HEX triplet: 8D, 00 and 8D. RGB value is (141,0,141). Sum of RGB (Red+Green+Blue) = 141+0+141=282 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D008D is #72FF72. Grayscale: #393939. Windows color (decimal): -7536499 or 9240717. OLE color: 9240717.

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

Color convert

RGB1410141-
CMYK0100.45
HSL300º100%27.65%-
HSV(B)300º100%55.29%-
XYZ15.797.5925.83-
YUV58.23174.71187.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 141 (55.47% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14101410100.4530010027.65
Hex8D08D06402D12c641c
Octal2150215014405545414434
Binary10001101010001101011001000101101100101100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D008D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,0,141); }

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

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

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

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

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

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

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