#8D0597

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

Shades of Dark Magenta #8D0597

Tints of Dark Magenta #8D0597

Color information

#8D0597 (or 0x8D0597) is unknown color: approx Dark Magenta. HEX triplet: 8D, 05 and 97. RGB value is (141,5,151). Sum of RGB (Red+Green+Blue) = 141+5+151=297 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.47% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 151 (59.38% from 255 or 50.84% from 297); Max value from RGB is 151 - color contains mainly: blue. Hex color #8D0597 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0597 is #72FA68. Grayscale: #3D3D3D. Windows color (decimal): -7535209 or 9897357. OLE color: 9897357.

HSL color Cylindrical-coordinate representation of color #8D0597: hue angle of 295.89º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D0597 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1415151-
CMYK0.070.9700.41
HSL295.89º93.59%30.59%-
HSV(B)295.89º96.69%59.22%-
XYZ16.628.0129.95-
YUV62.31178.06184.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.47%
GREEN value IS 5 (2.34% from 255) = 1.68%
BLUE value IS 151 (59.38% from 255) = 50.84%
R=47.47%
G=1.68%
B=50.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14151510.070.9700.41295.8993.5930.59
Hex8D5977610291285e1f
Octal2155227714105145013637
Binary100011011011001011111111000010101001100101000101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,5,151); }

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

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

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

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

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

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

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