Shades of Dark Magenta #8F118B
Tints of Dark Magenta #8F118B
RGB
CMYK
RGB Variations
Color information
#8F118B (or 0x8F118B) is known color: Dark Magenta. HEX triplet: 8F, 11 and 8B. RGB value is (143,17,139). Sum of RGB (Red+Green+Blue) = 143+17+139=299 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.83% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 143 - color contains mainly: red. Hex color #8F118B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F118B is #70EE74. Grayscale: #444444. Windows color (decimal): -7401077 or 9113999. OLE color: 9113999.
HSL color Cylindrical-coordinate representation of color #8F118B: hue angle of 301.9º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F118B is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 17 | 139 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.44 |
| HSL | 301.9º | 0.79% | 0.31% | - |
| HSV(B) | 301.9º | 0.88% | 0.56% | - |
| XYZ | 16.19 | 8.1 | 25.14 | - |
| YUV | 68.58 | 167.74 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 17 | 139 | 0 | 0.88 | 0.03 | 0.44 | 301.9 | 0.79 | 0.31 |
| Hex | 8F | 11 | 8B | 0 | 58 | 3 | 2C | 12E | 4F | 1F |
| Octal | 217 | 21 | 213 | 0 | 130 | 3 | 54 | 456 | 117 | 37 |
| Binary | 10001111 | 10001 | 10001011 | 0 | 1011000 | 11 | 101100 | 100101110 | 1001111 | 11111 |
Color Harmonies of #8F118B
Complementary color
Monochromatic Colors of #8F118B
Black with #8F118B
Text Example
Text Example
White with #8F118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F118B; }
p { color: rgb(143,17,139); }
H1.HeaderClassName
{
color: #8F118B;
}
.AnyTagClassName
{
color: #8F118B;
}
</style>
background-color css
<style>
a { background-color: #8F118B; }
a { background-color: rgb(143,17,139); }
div.DivClassName
{
background-color: #8F118B;
}
.BgClassName
{
background-color: #8F118B;
}
</style>
border-color css
<style>
span { border-color: #8F118B; }
span { border-color: rgb(143,17,139); }
td.TdClassName
{
border-color: #8F118B;
}
.TagClassName
{
border-color: #8F118B;
}
</style>