Shades of Dark Magenta #8F1089
Tints of Dark Magenta #8F1089
RGB
CMYK
RGB Variations
Color information
#8F1089 (or 0x8F1089) is known color: Dark Magenta. HEX triplet: 8F, 10 and 89. RGB value is (143,16,137). Sum of RGB (Red+Green+Blue) = 143+16+137=296 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.31% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 137 (53.91% from 255 or 46.28% from 296); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1089 is #70EF76. Grayscale: #434343. Windows color (decimal): -7401335 or 8982671. OLE color: 8982671.
HSL color Cylindrical-coordinate representation of color #8F1089: hue angle of 302.83º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F1089 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 16 | 137 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.44 |
| HSL | 302.83º | 0.8% | 0.31% | - |
| HSV(B) | 302.83º | 0.89% | 0.56% | - |
| XYZ | 16.03 | 8.02 | 24.37 | - |
| YUV | 67.77 | 167.08 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 137 | 0 | 0.89 | 0.04 | 0.44 | 302.83 | 0.8 | 0.31 |
| Hex | 8F | 10 | 89 | 0 | 59 | 4 | 2C | 12F | 50 | 1F |
| Octal | 217 | 20 | 211 | 0 | 131 | 4 | 54 | 457 | 120 | 37 |
| Binary | 10001111 | 10000 | 10001001 | 0 | 1011001 | 100 | 101100 | 100101111 | 1010000 | 11111 |
Color Harmonies of #8F1089
Complementary color
Monochromatic Colors of #8F1089
Black with #8F1089
Text Example
Text Example
White with #8F1089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1089; }
p { color: rgb(143,16,137); }
H1.HeaderClassName
{
color: #8F1089;
}
.AnyTagClassName
{
color: #8F1089;
}
</style>
background-color css
<style>
a { background-color: #8F1089; }
a { background-color: rgb(143,16,137); }
div.DivClassName
{
background-color: #8F1089;
}
.BgClassName
{
background-color: #8F1089;
}
</style>
border-color css
<style>
span { border-color: #8F1089; }
span { border-color: rgb(143,16,137); }
td.TdClassName
{
border-color: #8F1089;
}
.TagClassName
{
border-color: #8F1089;
}
</style>