#8D158D

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

Shades of Dark Magenta #8D158D

Tints of Dark Magenta #8D158D

Color information

#8D158D (or 0x8D158D) is unknown color: approx Dark Magenta. HEX triplet: 8D, 15 and 8D. RGB value is (141,21,141). Sum of RGB (Red+Green+Blue) = 141+21+141=303 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.53% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D158D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D158D is #72EA72. Grayscale: #464646. Windows color (decimal): -7531123 or 9246093. OLE color: 9246093.

HSL color Cylindrical-coordinate representation of color #8D158D: hue angle of 300º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D158D is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB14121141-
CMYK00.8500.45
HSL300º74.07%31.76%-
HSV(B)300º85.11%55.29%-
XYZ16.068.1225.92-
YUV70.56167.76178.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.53%
GREEN value IS 21 (8.59% from 255) = 6.93%
BLUE value IS 141 (55.47% from 255) = 46.53%
R=46.53%
G=6.93%
B=46.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412114100.8500.4530074.0731.76
Hex8D158D05502D12c4a20
Octal21525215012505545411240
Binary1000110110101100011010101010101011011001011001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D158D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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