Shades of Dark Magenta #8F1189
Tints of Dark Magenta #8F1189
RGB
CMYK
RGB Variations
Color information
#8F1189 (or 0x8F1189) is known color: Dark Magenta. HEX triplet: 8F, 11 and 89. RGB value is (143,17,137). Sum of RGB (Red+Green+Blue) = 143+17+137=297 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.15% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1189 is #70EE76. Grayscale: #444444. Windows color (decimal): -7401079 or 8982927. OLE color: 8982927.
HSL color Cylindrical-coordinate representation of color #8F1189: hue angle of 302.86º 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 #8F1189 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 17 | 137 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.44 |
| HSL | 302.86º | 0.79% | 0.31% | - |
| HSV(B) | 302.86º | 0.88% | 0.56% | - |
| XYZ | 16.04 | 8.05 | 24.37 | - |
| YUV | 68.35 | 166.74 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 17 | 137 | 0 | 0.88 | 0.04 | 0.44 | 302.86 | 0.79 | 0.31 |
| Hex | 8F | 11 | 89 | 0 | 58 | 4 | 2C | 12F | 4F | 1F |
| Octal | 217 | 21 | 211 | 0 | 130 | 4 | 54 | 457 | 117 | 37 |
| Binary | 10001111 | 10001 | 10001001 | 0 | 1011000 | 100 | 101100 | 100101111 | 1001111 | 11111 |
Color Harmonies of #8F1189
Complementary color
Monochromatic Colors of #8F1189
Black with #8F1189
Text Example
Text Example
White with #8F1189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1189; }
p { color: rgb(143,17,137); }
H1.HeaderClassName
{
color: #8F1189;
}
.AnyTagClassName
{
color: #8F1189;
}
</style>
background-color css
<style>
a { background-color: #8F1189; }
a { background-color: rgb(143,17,137); }
div.DivClassName
{
background-color: #8F1189;
}
.BgClassName
{
background-color: #8F1189;
}
</style>
border-color css
<style>
span { border-color: #8F1189; }
span { border-color: rgb(143,17,137); }
td.TdClassName
{
border-color: #8F1189;
}
.TagClassName
{
border-color: #8F1189;
}
</style>