#8D0791

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

Shades of Dark Magenta #8D0791

Tints of Dark Magenta #8D0791

Color information

#8D0791 (or 0x8D0791) is unknown color: approx Dark Magenta. HEX triplet: 8D, 07 and 91. RGB value is (141,7,145). Sum of RGB (Red+Green+Blue) = 141+7+145=293 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.12% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #8D0791 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0791 is #72F86E. Grayscale: #3E3E3E. Windows color (decimal): -7534703 or 9504653. OLE color: 9504653.

HSL color Cylindrical-coordinate representation of color #8D0791: hue angle of 298.26º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D0791 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1417145-
CMYK0.030.9500.43
HSL298.26º90.79%29.8%-
HSV(B)298.26º95.17%56.86%-
XYZ16.177.8627.45-
YUV62.8174.39183.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.12%
GREEN value IS 7 (3.12% from 255) = 2.39%
BLUE value IS 145 (57.03% from 255) = 49.49%
R=48.12%
G=2.39%
B=49.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14171450.030.9500.43298.2690.7929.8
Hex8D79135F02B12a5b1e
Octal2157221313705345213336
Binary10001101111100100011110111110101011100101010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,7,145); }

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

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

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

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

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

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

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