Shades of Dark Magenta #8F149F
Tints of Dark Magenta #8F149F
RGB
CMYK
RGB Variations
Color information
#8F149F (or 0x8F149F) is known color: Dark Magenta. HEX triplet: 8F, 14 and 9F. RGB value is (143,20,159). Sum of RGB (Red+Green+Blue) = 143+20+159=322 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.41% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F149F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F149F is #70EB60. Grayscale: #484848. Windows color (decimal): -7400289 or 10425487. OLE color: 10425487.
HSL color Cylindrical-coordinate representation of color #8F149F: hue angle of 293.09º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F149F is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 20 | 159 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.38 |
| HSL | 293.09º | 0.78% | 0.35% | - |
| HSV(B) | 293.09º | 0.87% | 0.62% | - |
| XYZ | 17.84 | 8.84 | 33.57 | - |
| YUV | 72.62 | 176.75 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 20 | 159 | 0.10 | 0.87 | 0 | 0.38 | 293.09 | 0.78 | 0.35 |
| Hex | 8F | 14 | 9F | A | 57 | 0 | 26 | 125 | 4E | 23 |
| Octal | 217 | 24 | 237 | 12 | 127 | 0 | 46 | 445 | 116 | 43 |
| Binary | 10001111 | 10100 | 10011111 | 1010 | 1010111 | 0 | 100110 | 100100101 | 1001110 | 100011 |
Color Harmonies of #8F149F
Complementary color
Monochromatic Colors of #8F149F
Black with #8F149F
Text Example
Text Example
White with #8F149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F149F; }
p { color: rgb(143,20,159); }
H1.HeaderClassName
{
color: #8F149F;
}
.AnyTagClassName
{
color: #8F149F;
}
</style>
background-color css
<style>
a { background-color: #8F149F; }
a { background-color: rgb(143,20,159); }
div.DivClassName
{
background-color: #8F149F;
}
.BgClassName
{
background-color: #8F149F;
}
</style>
border-color css
<style>
span { border-color: #8F149F; }
span { border-color: rgb(143,20,159); }
td.TdClassName
{
border-color: #8F149F;
}
.TagClassName
{
border-color: #8F149F;
}
</style>