#8D119F

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

Shades of Dark Magenta #8D119F

Tints of Dark Magenta #8D119F

Color information

#8D119F (or 0x8D119F) is unknown color: approx Dark Magenta. HEX triplet: 8D, 11 and 9F. RGB value is (141,17,159). Sum of RGB (Red+Green+Blue) = 141+17+159=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #8D119F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D119F is #72EE60. Grayscale: #454545. Windows color (decimal): -7532129 or 10424717. OLE color: 10424717.

HSL color Cylindrical-coordinate representation of color #8D119F: hue angle of 292.39º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D119F is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14117159-
CMYK0.110.8900.38
HSL292.39º80.68%34.51%-
HSV(B)292.39º89.31%62.35%-
XYZ17.448.5733.54-
YUV70.26178.08178.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.48%
GREEN value IS 17 (7.03% from 255) = 5.36%
BLUE value IS 159 (62.5% from 255) = 50.16%
R=44.48%
G=5.36%
B=50.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141171590.110.8900.38292.3980.6834.51
Hex8D119FB590261245123
Octal215212371313104644412143
Binary1000110110001100111111011101100101001101001001001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D119F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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