#8D008A

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

Shades of Dark Magenta #8D008A

Tints of Dark Magenta #8D008A

Color information

#8D008A (or 0x8D008A) is unknown color: approx Dark Magenta. HEX triplet: 8D, 00 and 8A. RGB value is (141,0,138). Sum of RGB (Red+Green+Blue) = 141+0+138=279 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.54% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 141 - color contains mainly: red. Hex color #8D008A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D008A is #72FF75. Grayscale: #393939. Windows color (decimal): -7536502 or 9044109. OLE color: 9044109.

HSL color Cylindrical-coordinate representation of color #8D008A: hue angle of 301.28º 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 #8D008A is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB1410138-
CMYK010.020.45
HSL301.28º100%27.65%-
HSV(B)301.28º100%55.29%-
XYZ15.577.524.67-
YUV57.89173.21187.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 138 (54.30% from 255) = 49.46%
R=50.54%
G=0%
B=49.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1410138010.020.45301.2810027.65
Hex8D08A06422D12d641c
Octal2150212014425545514434
Binary100011010100010100110010010101101100101101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D008A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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