#8D1393

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

Shades of Dark Magenta #8D1393

Tints of Dark Magenta #8D1393

Color information

#8D1393 (or 0x8D1393) is unknown color: approx Dark Magenta. HEX triplet: 8D, 13 and 93. RGB value is (141,19,147). Sum of RGB (Red+Green+Blue) = 141+19+147=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #8D1393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1393 is #72EC6C. Grayscale: #454545. Windows color (decimal): -7531629 or 9638797. OLE color: 9638797.

HSL color Cylindrical-coordinate representation of color #8D1393: hue angle of 297.19º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D1393 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14119147-
CMYK0.040.8700.42
HSL297.19º77.11%32.55%-
HSV(B)297.19º87.07%57.65%-
XYZ16.488.2428.32-
YUV70.07171.42178.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.93%
GREEN value IS 19 (7.81% from 255) = 6.19%
BLUE value IS 147 (57.81% from 255) = 47.88%
R=45.93%
G=6.19%
B=47.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141191470.040.8700.42297.1977.1132.55
Hex8D139345702A1294d21
Octal21523223412705245111541
Binary100011011001110010011100101011101010101001010011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,19,147); }

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

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

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

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

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

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

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