#8d119e

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

Shades of Dark Magenta #8D119E

Tints of Dark Magenta #8D119E

Color information

#8D119E (or 0x8D119E) is unknown color: approx Dark Magenta. HEX triplet: 8D, 11 and 9E. RGB value is (141,17,158). Sum of RGB (Red+Green+Blue) = 141+17+158=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #8D119E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D119E is #72EE61. Grayscale: #454545. Windows color (decimal): -7532130 or 10359181. OLE color: 10359181.

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

Color convert

RGB14117158-
CMYK0.110.8900.38
HSL292.77º80.57%34.31%-
HSV(B)292.77º89.24%61.96%-
XYZ17.368.5333.08-
YUV70.15177.58178.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.62%
GREEN value IS 17 (7.03% from 255) = 5.38%
BLUE value IS 158 (62.11% from 255) = 50%
R=44.62%
G=5.38%
B=50%

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
Decimal141171580.110.8900.38292.7780.5734.31
Hex8D119EB590261255122
Octal215212361313104644512142
Binary1000110110001100111101011101100101001101001001011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d119e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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