#8D159B

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

Shades of Dark Magenta #8D159B

Tints of Dark Magenta #8D159B

Color information

#8D159B (or 0x8D159B) is unknown color: approx Dark Magenta. HEX triplet: 8D, 15 and 9B. RGB value is (141,21,155). Sum of RGB (Red+Green+Blue) = 141+21+155=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D159B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D159B is #72EA64. Grayscale: #474747. Windows color (decimal): -7531109 or 10163597. OLE color: 10163597.

HSL color Cylindrical-coordinate representation of color #8D159B: hue angle of 293.73º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D159B is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14121155-
CMYK0.090.8600.39
HSL293.73º76.14%34.51%-
HSV(B)293.73º86.45%60.78%-
XYZ17.178.5731.76-
YUV72.16174.76177.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.48%
GREEN value IS 21 (8.59% from 255) = 6.62%
BLUE value IS 155 (60.94% from 255) = 48.90%
R=44.48%
G=6.62%
B=48.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal141211550.090.8600.39293.7376.1434.51
Hex8D159B9560271264c23
Octal215252331112604744611443
Binary1000110110101100110111001101011001001111001001101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D159B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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