Shades of Dark Magenta #8F178D
Tints of Dark Magenta #8F178D
RGB
CMYK
RGB Variations
Color information
#8F178D (or 0x8F178D) is known color: Dark Magenta. HEX triplet: 8F, 17 and 8D. RGB value is (143,23,141). Sum of RGB (Red+Green+Blue) = 143+23+141=307 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.58% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 143 - color contains mainly: red. Hex color #8F178D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F178D is #70E872. Grayscale: #474747. Windows color (decimal): -7399539 or 9246607. OLE color: 9246607.
HSL color Cylindrical-coordinate representation of color #8F178D: hue angle of 301º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F178D is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 23 | 141 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.44 |
| HSL | 301º | 0.72% | 0.33% | - |
| HSV(B) | 301º | 0.84% | 0.56% | - |
| XYZ | 16.44 | 8.38 | 25.95 | - |
| YUV | 72.33 | 166.76 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 23 | 141 | 0 | 0.84 | 0.01 | 0.44 | 301 | 0.72 | 0.33 |
| Hex | 8F | 17 | 8D | 0 | 54 | 1 | 2C | 12D | 48 | 21 |
| Octal | 217 | 27 | 215 | 0 | 124 | 1 | 54 | 455 | 110 | 41 |
| Binary | 10001111 | 10111 | 10001101 | 0 | 1010100 | 1 | 101100 | 100101101 | 1001000 | 100001 |
Color Harmonies of #8F178D
Complementary color
Monochromatic Colors of #8F178D
Black with #8F178D
Text Example
Text Example
White with #8F178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F178D; }
p { color: rgb(143,23,141); }
H1.HeaderClassName
{
color: #8F178D;
}
.AnyTagClassName
{
color: #8F178D;
}
</style>
background-color css
<style>
a { background-color: #8F178D; }
a { background-color: rgb(143,23,141); }
div.DivClassName
{
background-color: #8F178D;
}
.BgClassName
{
background-color: #8F178D;
}
</style>
border-color css
<style>
span { border-color: #8F178D; }
span { border-color: rgb(143,23,141); }
td.TdClassName
{
border-color: #8F178D;
}
.TagClassName
{
border-color: #8F178D;
}
</style>