Shades of Dark Magenta #8D179B
Tints of Dark Magenta #8D179B
RGB
CMYK
RGB Variations
Color information
#8D179B (or 0x8D179B) is known color: Dark Magenta. HEX triplet: 8D, 17 and 9B. RGB value is (141,23,155). Sum of RGB (Red+Green+Blue) = 141+23+155=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D179B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D179B is #72E864. Grayscale: #484848. Windows color (decimal): -7530597 or 10164109. OLE color: 10164109.
HSL color Cylindrical-coordinate representation of color #8D179B: hue angle of 293.64º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D179B is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 23 | 155 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.39 |
| HSL | 293.64º | 0.74% | 0.35% | - |
| HSV(B) | 293.64º | 0.85% | 0.61% | - |
| XYZ | 17.21 | 8.64 | 31.77 | - |
| YUV | 73.33 | 174.09 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 23 | 155 | 0.09 | 0.85 | 0 | 0.39 | 293.64 | 0.74 | 0.35 |
| Hex | 8D | 17 | 9B | 9 | 55 | 0 | 27 | 126 | 4A | 23 |
| Octal | 215 | 27 | 233 | 11 | 125 | 0 | 47 | 446 | 112 | 43 |
| Binary | 10001101 | 10111 | 10011011 | 1001 | 1010101 | 0 | 100111 | 100100110 | 1001010 | 100011 |
Color Harmonies of #8D179B
Complementary color
Monochromatic Colors of #8D179B
Black with #8D179B
Text Example
Text Example
White with #8D179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D179B; }
p { color: rgb(141,23,155); }
H1.HeaderClassName
{
color: #8D179B;
}
.AnyTagClassName
{
color: #8D179B;
}
</style>
background-color css
<style>
a { background-color: #8D179B; }
a { background-color: rgb(141,23,155); }
div.DivClassName
{
background-color: #8D179B;
}
.BgClassName
{
background-color: #8D179B;
}
</style>
border-color css
<style>
span { border-color: #8D179B; }
span { border-color: rgb(141,23,155); }
td.TdClassName
{
border-color: #8D179B;
}
.TagClassName
{
border-color: #8D179B;
}
</style>