Shades of Dark Magenta #8F109F
Tints of Dark Magenta #8F109F
RGB
CMYK
RGB Variations
Color information
#8F109F (or 0x8F109F) is known color: Dark Magenta. HEX triplet: 8F, 10 and 9F. RGB value is (143,16,159). Sum of RGB (Red+Green+Blue) = 143+16+159=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F109F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F109F is #70EF60. Grayscale: #454545. Windows color (decimal): -7401313 or 10424463. OLE color: 10424463.
HSL color Cylindrical-coordinate representation of color #8F109F: hue angle of 293.29º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F109F is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 16 | 159 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.38 |
| HSL | 293.29º | 0.82% | 0.34% | - |
| HSV(B) | 293.29º | 0.9% | 0.62% | - |
| XYZ | 17.77 | 8.71 | 33.55 | - |
| YUV | 70.28 | 178.08 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 159 | 0.10 | 0.90 | 0 | 0.38 | 293.29 | 0.82 | 0.34 |
| Hex | 8F | 10 | 9F | A | 5A | 0 | 26 | 125 | 52 | 22 |
| Octal | 217 | 20 | 237 | 12 | 132 | 0 | 46 | 445 | 122 | 42 |
| Binary | 10001111 | 10000 | 10011111 | 1010 | 1011010 | 0 | 100110 | 100100101 | 1010010 | 100010 |
Color Harmonies of #8F109F
Complementary color
Monochromatic Colors of #8F109F
Black with #8F109F
Text Example
Text Example
White with #8F109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F109F; }
p { color: rgb(143,16,159); }
H1.HeaderClassName
{
color: #8F109F;
}
.AnyTagClassName
{
color: #8F109F;
}
</style>
background-color css
<style>
a { background-color: #8F109F; }
a { background-color: rgb(143,16,159); }
div.DivClassName
{
background-color: #8F109F;
}
.BgClassName
{
background-color: #8F109F;
}
</style>
border-color css
<style>
span { border-color: #8F109F; }
span { border-color: rgb(143,16,159); }
td.TdClassName
{
border-color: #8F109F;
}
.TagClassName
{
border-color: #8F109F;
}
</style>