#8D159D

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

Shades of Dark Magenta #8D159D

Tints of Dark Magenta #8D159D

Color information

#8D159D (or 0x8D159D) is unknown color: approx Dark Magenta. HEX triplet: 8D, 15 and 9D. RGB value is (141,21,157). Sum of RGB (Red+Green+Blue) = 141+21+157=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D159D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D159D is #72EA62. Grayscale: #474747. Windows color (decimal): -7531107 or 10294669. OLE color: 10294669.

HSL color Cylindrical-coordinate representation of color #8D159D: hue angle of 292.94º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D159D is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14121157-
CMYK0.100.8700.38
HSL292.94º76.4%34.9%-
HSV(B)292.94º86.62%61.57%-
XYZ17.348.6332.65-
YUV72.38175.76176.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.20%
GREEN value IS 21 (8.59% from 255) = 6.58%
BLUE value IS 157 (61.72% from 255) = 49.22%
R=44.20%
G=6.58%
B=49.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141211570.100.8700.38292.9476.434.9
Hex8D159DA570261254c23
Octal215252351212704644511443
Binary1000110110101100111011010101011101001101001001011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D159D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,21,157); }

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

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

 a { background-color: rgb(141,21,157); }

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

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

 span { border-color: rgb(141,21,157); }

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