Shades of Dark Magenta #8F168D
Tints of Dark Magenta #8F168D
RGB
CMYK
RGB Variations
Color information
#8F168D (or 0x8F168D) is known color: Dark Magenta. HEX triplet: 8F, 16 and 8D. RGB value is (143,22,141). Sum of RGB (Red+Green+Blue) = 143+22+141=306 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.73% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 143 - color contains mainly: red. Hex color #8F168D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F168D is #70E972. Grayscale: #474747. Windows color (decimal): -7399795 or 9246351. OLE color: 9246351.
HSL color Cylindrical-coordinate representation of color #8F168D: hue angle of 300.99º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F168D is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 22 | 141 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.44 |
| HSL | 300.99º | 0.73% | 0.32% | - |
| HSV(B) | 300.99º | 0.85% | 0.56% | - |
| XYZ | 16.42 | 8.34 | 25.94 | - |
| YUV | 71.75 | 167.09 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 141 | 0 | 0.85 | 0.01 | 0.44 | 300.99 | 0.73 | 0.32 |
| Hex | 8F | 16 | 8D | 0 | 55 | 1 | 2C | 12D | 49 | 20 |
| Octal | 217 | 26 | 215 | 0 | 125 | 1 | 54 | 455 | 111 | 40 |
| Binary | 10001111 | 10110 | 10001101 | 0 | 1010101 | 1 | 101100 | 100101101 | 1001001 | 100000 |
Color Harmonies of #8F168D
Complementary color
Monochromatic Colors of #8F168D
Black with #8F168D
Text Example
Text Example
White with #8F168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F168D; }
p { color: rgb(143,22,141); }
H1.HeaderClassName
{
color: #8F168D;
}
.AnyTagClassName
{
color: #8F168D;
}
</style>
background-color css
<style>
a { background-color: #8F168D; }
a { background-color: rgb(143,22,141); }
div.DivClassName
{
background-color: #8F168D;
}
.BgClassName
{
background-color: #8F168D;
}
</style>
border-color css
<style>
span { border-color: #8F168D; }
span { border-color: rgb(143,22,141); }
td.TdClassName
{
border-color: #8F168D;
}
.TagClassName
{
border-color: #8F168D;
}
</style>