Shades of Dark Magenta #8F0983
Tints of Dark Magenta #8F0983
RGB
CMYK
RGB Variations
Color information
#8F0983 (or 0x8F0983) is known color: Dark Magenta. HEX triplet: 8F, 09 and 83. RGB value is (143,9,131). Sum of RGB (Red+Green+Blue) = 143+9+131=283 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.53% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0983 is #70F67C. Grayscale: #3E3E3E. Windows color (decimal): -7403133 or 8587663. OLE color: 8587663.
HSL color Cylindrical-coordinate representation of color #8F0983: hue angle of 305.37º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0983 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 9 | 131 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.44 |
| HSL | 305.37º | 0.88% | 0.3% | - |
| HSV(B) | 305.37º | 0.94% | 0.56% | - |
| XYZ | 15.52 | 7.67 | 22.14 | - |
| YUV | 62.97 | 166.39 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 9 | 131 | 0 | 0.94 | 0.08 | 0.44 | 305.37 | 0.88 | 0.3 |
| Hex | 8F | 9 | 83 | 0 | 5E | 8 | 2C | 131 | 58 | 1E |
| Octal | 217 | 11 | 203 | 0 | 136 | 10 | 54 | 461 | 130 | 36 |
| Binary | 10001111 | 1001 | 10000011 | 0 | 1011110 | 1000 | 101100 | 100110001 | 1011000 | 11110 |
Color Harmonies of #8F0983
Complementary color
Monochromatic Colors of #8F0983
Black with #8F0983
Text Example
Text Example
White with #8F0983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0983; }
p { color: rgb(143,9,131); }
H1.HeaderClassName
{
color: #8F0983;
}
.AnyTagClassName
{
color: #8F0983;
}
</style>
background-color css
<style>
a { background-color: #8F0983; }
a { background-color: rgb(143,9,131); }
div.DivClassName
{
background-color: #8F0983;
}
.BgClassName
{
background-color: #8F0983;
}
</style>
border-color css
<style>
span { border-color: #8F0983; }
span { border-color: rgb(143,9,131); }
td.TdClassName
{
border-color: #8F0983;
}
.TagClassName
{
border-color: #8F0983;
}
</style>