Shades of Dark Magenta #8F139F
Tints of Dark Magenta #8F139F
RGB
CMYK
RGB Variations
Color information
#8F139F (or 0x8F139F) is known color: Dark Magenta. HEX triplet: 8F, 13 and 9F. RGB value is (143,19,159). Sum of RGB (Red+Green+Blue) = 143+19+159=321 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.55% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F139F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F139F is #70EC60. Grayscale: #474747. Windows color (decimal): -7400545 or 10425231. OLE color: 10425231.
HSL color Cylindrical-coordinate representation of color #8F139F: hue angle of 293.14º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F139F is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 19 | 159 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.38 |
| HSL | 293.14º | 0.79% | 0.35% | - |
| HSV(B) | 293.14º | 0.88% | 0.62% | - |
| XYZ | 17.82 | 8.81 | 33.56 | - |
| YUV | 72.04 | 177.08 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 19 | 159 | 0.10 | 0.88 | 0 | 0.38 | 293.14 | 0.79 | 0.35 |
| Hex | 8F | 13 | 9F | A | 58 | 0 | 26 | 125 | 4F | 23 |
| Octal | 217 | 23 | 237 | 12 | 130 | 0 | 46 | 445 | 117 | 43 |
| Binary | 10001111 | 10011 | 10011111 | 1010 | 1011000 | 0 | 100110 | 100100101 | 1001111 | 100011 |
Color Harmonies of #8F139F
Complementary color
Monochromatic Colors of #8F139F
Black with #8F139F
Text Example
Text Example
White with #8F139F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F139F; }
p { color: rgb(143,19,159); }
H1.HeaderClassName
{
color: #8F139F;
}
.AnyTagClassName
{
color: #8F139F;
}
</style>
background-color css
<style>
a { background-color: #8F139F; }
a { background-color: rgb(143,19,159); }
div.DivClassName
{
background-color: #8F139F;
}
.BgClassName
{
background-color: #8F139F;
}
</style>
border-color css
<style>
span { border-color: #8F139F; }
span { border-color: rgb(143,19,159); }
td.TdClassName
{
border-color: #8F139F;
}
.TagClassName
{
border-color: #8F139F;
}
</style>