#8D118A

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

Shades of Dark Magenta #8D118A

Tints of Dark Magenta #8D118A

Color information

#8D118A (or 0x8D118A) is unknown color: approx Dark Magenta. HEX triplet: 8D, 11 and 8A. RGB value is (141,17,138). Sum of RGB (Red+Green+Blue) = 141+17+138=296 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.64% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 141 - color contains mainly: red. Hex color #8D118A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D118A is #72EE75. Grayscale: #434343. Windows color (decimal): -7532150 or 9048461. OLE color: 9048461.

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

Color convert

RGB14117138-
CMYK00.880.020.45
HSL301.45º78.48%30.98%-
HSV(B)301.45º87.94%55.29%-
XYZ15.777.924.74-
YUV67.87167.58180.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.64%
GREEN value IS 17 (7.03% from 255) = 5.74%
BLUE value IS 138 (54.30% from 255) = 46.62%
R=47.64%
G=5.74%
B=46.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411713800.880.020.45301.4578.4830.98
Hex8D118A05822D12d4e1f
Octal21521212013025545511637
Binary1000110110001100010100101100010101101100101101100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D118A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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