#8D1599

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

Shades of Dark Magenta #8D1599

Tints of Dark Magenta #8D1599

Color information

#8D1599 (or 0x8D1599) is unknown color: approx Dark Magenta. HEX triplet: 8D, 15 and 99. RGB value is (141,21,153). Sum of RGB (Red+Green+Blue) = 141+21+153=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D1599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1599 is #72EA66. Grayscale: #474747. Windows color (decimal): -7531111 or 10032525. OLE color: 10032525.

HSL color Cylindrical-coordinate representation of color #8D1599: hue angle of 294.55º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D1599 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14121153-
CMYK0.080.8600.4
HSL294.55º75.86%34.12%-
HSV(B)294.55º86.27%60%-
XYZ178.530.88-
YUV71.93173.76177.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.76%
GREEN value IS 21 (8.59% from 255) = 6.67%
BLUE value IS 153 (60.16% from 255) = 48.57%
R=44.76%
G=6.67%
B=48.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal141211530.080.8600.4294.5575.8634.12
Hex8D15998560281274c22
Octal215252311012605044711442
Binary1000110110101100110011000101011001010001001001111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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