Shades of Dark Magenta #8F199F
Tints of Dark Magenta #8F199F
RGB
CMYK
RGB Variations
Color information
#8F199F (or 0x8F199F) is known color: Dark Magenta. HEX triplet: 8F, 19 and 9F. RGB value is (143,25,159). Sum of RGB (Red+Green+Blue) = 143+25+159=327 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.73% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F199F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F199F is #70E660. Grayscale: #4B4B4B. Windows color (decimal): -7399009 or 10426767. OLE color: 10426767.
HSL color Cylindrical-coordinate representation of color #8F199F: hue angle of 292.84º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F199F is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 25 | 159 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.38 |
| HSL | 292.84º | 0.73% | 0.36% | - |
| HSV(B) | 292.84º | 0.84% | 0.62% | - |
| XYZ | 17.93 | 9.04 | 33.6 | - |
| YUV | 75.56 | 175.09 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 25 | 159 | 0.10 | 0.84 | 0 | 0.38 | 292.84 | 0.73 | 0.36 |
| Hex | 8F | 19 | 9F | A | 54 | 0 | 26 | 125 | 49 | 24 |
| Octal | 217 | 31 | 237 | 12 | 124 | 0 | 46 | 445 | 111 | 44 |
| Binary | 10001111 | 11001 | 10011111 | 1010 | 1010100 | 0 | 100110 | 100100101 | 1001001 | 100100 |
Color Harmonies of #8F199F
Complementary color
Monochromatic Colors of #8F199F
Black with #8F199F
Text Example
Text Example
White with #8F199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F199F; }
p { color: rgb(143,25,159); }
H1.HeaderClassName
{
color: #8F199F;
}
.AnyTagClassName
{
color: #8F199F;
}
</style>
background-color css
<style>
a { background-color: #8F199F; }
a { background-color: rgb(143,25,159); }
div.DivClassName
{
background-color: #8F199F;
}
.BgClassName
{
background-color: #8F199F;
}
</style>
border-color css
<style>
span { border-color: #8F199F; }
span { border-color: rgb(143,25,159); }
td.TdClassName
{
border-color: #8F199F;
}
.TagClassName
{
border-color: #8F199F;
}
</style>