#8D1A93

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

Shades of Dark Magenta #8D1A93

Tints of Dark Magenta #8D1A93

Color information

#8D1A93 (or 0x8D1A93) is unknown color: approx Dark Magenta. HEX triplet: 8D, 1A and 93. RGB value is (141,26,147). Sum of RGB (Red+Green+Blue) = 141+26+147=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #8D1A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1A93 is #72E56C. Grayscale: #494949. Windows color (decimal): -7529837 or 9640589. OLE color: 9640589.

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

Color convert

RGB14126147-
CMYK0.040.8200.42
HSL297.02º69.94%33.92%-
HSV(B)297.02º82.31%57.65%-
XYZ16.628.5128.37-
YUV74.18169.1175.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.90%
GREEN value IS 26 (10.55% from 255) = 8.28%
BLUE value IS 147 (57.81% from 255) = 46.82%
R=44.90%
G=8.28%
B=46.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141261470.040.8200.42297.0269.9433.92
Hex8D1A9345202A1294622
Octal21532223412205245110642
Binary100011011101010010011100101001001010101001010011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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