#8D1293

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

Shades of Dark Magenta #8D1293

Tints of Dark Magenta #8D1293

Color information

#8D1293 (or 0x8D1293) is unknown color: approx Dark Magenta. HEX triplet: 8D, 12 and 93. RGB value is (141,18,147). Sum of RGB (Red+Green+Blue) = 141+18+147=306 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.08% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #8D1293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1293 is #72ED6C. Grayscale: #454545. Windows color (decimal): -7531885 or 9638541. OLE color: 9638541.

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

Color convert

RGB14118147-
CMYK0.040.8800.42
HSL297.21º78.18%32.35%-
HSV(B)297.21º87.76%57.65%-
XYZ16.478.228.32-
YUV69.48171.75179.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.08%
GREEN value IS 18 (7.42% from 255) = 5.88%
BLUE value IS 147 (57.81% from 255) = 48.04%
R=46.08%
G=5.88%
B=48.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141181470.040.8800.42297.2178.1832.35
Hex8D129345802A1294e20
Octal21522223413005245111640
Binary100011011001010010011100101100001010101001010011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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