#8D1690

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

Shades of Dark Magenta #8D1690

Tints of Dark Magenta #8D1690

Color information

#8D1690 (or 0x8D1690) is unknown color: approx Dark Magenta. HEX triplet: 8D, 16 and 90. RGB value is (141,22,144). Sum of RGB (Red+Green+Blue) = 141+22+144=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #8D1690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1690 is #72E96F. Grayscale: #474747. Windows color (decimal): -7530864 or 9442957. OLE color: 9442957.

HSL color Cylindrical-coordinate representation of color #8D1690: hue angle of 298.52º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D1690 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14122144-
CMYK0.020.8500.44
HSL298.52º73.49%32.55%-
HSV(B)298.52º84.72%56.47%-
XYZ16.318.2527.12-
YUV71.49168.92177.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.93%
GREEN value IS 22 (8.98% from 255) = 7.17%
BLUE value IS 144 (56.64% from 255) = 46.91%
R=45.93%
G=7.17%
B=46.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141221440.020.8500.44298.5273.4932.55
Hex8D169025502C12b4921
Octal21526220212505445311141
Binary10001101101101001000010101010101011001001010111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,22,144); }

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

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

 a { background-color: rgb(141,22,144); }

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

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

 span { border-color: rgb(141,22,144); }

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