Shades of Dark Magenta #8F0988
Tints of Dark Magenta #8F0988
RGB
CMYK
RGB Variations
Color information
#8F0988 (or 0x8F0988) is known color: Dark Magenta. HEX triplet: 8F, 09 and 88. RGB value is (143,9,136). Sum of RGB (Red+Green+Blue) = 143+9+136=288 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.65% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0988 is #70F677. Grayscale: #3F3F3F. Windows color (decimal): -7403128 or 8915343. OLE color: 8915343.
HSL color Cylindrical-coordinate representation of color #8F0988: hue angle of 303.13º 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 #8F0988 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 9 | 136 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.44 |
| HSL | 303.13º | 0.88% | 0.3% | - |
| HSV(B) | 303.13º | 0.94% | 0.56% | - |
| XYZ | 15.87 | 7.81 | 23.96 | - |
| YUV | 63.54 | 168.89 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 9 | 136 | 0 | 0.94 | 0.05 | 0.44 | 303.13 | 0.88 | 0.3 |
| Hex | 8F | 9 | 88 | 0 | 5E | 5 | 2C | 12F | 58 | 1E |
| Octal | 217 | 11 | 210 | 0 | 136 | 5 | 54 | 457 | 130 | 36 |
| Binary | 10001111 | 1001 | 10001000 | 0 | 1011110 | 101 | 101100 | 100101111 | 1011000 | 11110 |
Color Harmonies of #8F0988
Complementary color
Monochromatic Colors of #8F0988
Black with #8F0988
Text Example
Text Example
White with #8F0988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0988; }
p { color: rgb(143,9,136); }
H1.HeaderClassName
{
color: #8F0988;
}
.AnyTagClassName
{
color: #8F0988;
}
</style>
background-color css
<style>
a { background-color: #8F0988; }
a { background-color: rgb(143,9,136); }
div.DivClassName
{
background-color: #8F0988;
}
.BgClassName
{
background-color: #8F0988;
}
</style>
border-color css
<style>
span { border-color: #8F0988; }
span { border-color: rgb(143,9,136); }
td.TdClassName
{
border-color: #8F0988;
}
.TagClassName
{
border-color: #8F0988;
}
</style>