#8d1493

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

Shades of Dark Magenta #8D1493

Tints of Dark Magenta #8D1493

Color information

#8D1493 (or 0x8D1493) is unknown color: approx Dark Magenta. HEX triplet: 8D, 14 and 93. RGB value is (141,20,147). Sum of RGB (Red+Green+Blue) = 141+20+147=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #8D1493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1493 is #72EB6C. Grayscale: #464646. Windows color (decimal): -7531373 or 9639053. OLE color: 9639053.

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

Color convert

RGB14120147-
CMYK0.040.8600.42
HSL297.17º76.05%32.75%-
HSV(B)297.17º86.39%57.65%-
XYZ16.58.2728.33-
YUV70.66171.09178.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.78%
GREEN value IS 20 (8.20% from 255) = 6.49%
BLUE value IS 147 (57.81% from 255) = 47.73%
R=45.78%
G=6.49%
B=47.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141201470.040.8600.42297.1776.0532.75
Hex8D149345602A1294c21
Octal21524223412605245111441
Binary100011011010010010011100101011001010101001010011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d1493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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