Shades of Dark Magenta #8F138D
Tints of Dark Magenta #8F138D
RGB
CMYK
RGB Variations
Color information
#8F138D (or 0x8F138D) is known color: Dark Magenta. HEX triplet: 8F, 13 and 8D. RGB value is (143,19,141). Sum of RGB (Red+Green+Blue) = 143+19+141=303 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.19% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 143 - color contains mainly: red. Hex color #8F138D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F138D is #70EC72. Grayscale: #454545. Windows color (decimal): -7400563 or 9245583. OLE color: 9245583.
HSL color Cylindrical-coordinate representation of color #8F138D: hue angle of 300.97º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F138D is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 19 | 141 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.44 |
| HSL | 300.97º | 0.77% | 0.32% | - |
| HSV(B) | 300.97º | 0.87% | 0.56% | - |
| XYZ | 16.37 | 8.23 | 25.92 | - |
| YUV | 69.98 | 168.08 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 19 | 141 | 0 | 0.87 | 0.01 | 0.44 | 300.97 | 0.77 | 0.32 |
| Hex | 8F | 13 | 8D | 0 | 57 | 1 | 2C | 12D | 4D | 20 |
| Octal | 217 | 23 | 215 | 0 | 127 | 1 | 54 | 455 | 115 | 40 |
| Binary | 10001111 | 10011 | 10001101 | 0 | 1010111 | 1 | 101100 | 100101101 | 1001101 | 100000 |
Color Harmonies of #8F138D
Complementary color
Monochromatic Colors of #8F138D
Black with #8F138D
Text Example
Text Example
White with #8F138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F138D; }
p { color: rgb(143,19,141); }
H1.HeaderClassName
{
color: #8F138D;
}
.AnyTagClassName
{
color: #8F138D;
}
</style>
background-color css
<style>
a { background-color: #8F138D; }
a { background-color: rgb(143,19,141); }
div.DivClassName
{
background-color: #8F138D;
}
.BgClassName
{
background-color: #8F138D;
}
</style>
border-color css
<style>
span { border-color: #8F138D; }
span { border-color: rgb(143,19,141); }
td.TdClassName
{
border-color: #8F138D;
}
.TagClassName
{
border-color: #8F138D;
}
</style>