Shades of Dark Magenta #8F0287
Tints of Dark Magenta #8F0287
RGB
CMYK
RGB Variations
Color information
#8F0287 (or 0x8F0287) is known color: Dark Magenta. HEX triplet: 8F, 02 and 87. RGB value is (143,2,135). Sum of RGB (Red+Green+Blue) = 143+2+135=280 (37% of max value = 765). Red value is 143 (56.25% from 255 or 51.07% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 135 (53.12% from 255 or 48.21% from 280); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0287 is #70FD78. Grayscale: #3A3A3A. Windows color (decimal): -7404921 or 8848015. OLE color: 8848015.
HSL color Cylindrical-coordinate representation of color #8F0287: hue angle of 303.4º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F0287 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 2 | 135 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.44 |
| HSL | 303.4º | 0.97% | 0.28% | - |
| HSV(B) | 303.4º | 0.99% | 0.56% | - |
| XYZ | 15.72 | 7.63 | 23.57 | - |
| YUV | 59.32 | 170.71 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 2 | 135 | 0 | 0.99 | 0.06 | 0.44 | 303.4 | 0.97 | 0.28 |
| Hex | 8F | 2 | 87 | 0 | 63 | 6 | 2C | 12F | 61 | 1C |
| Octal | 217 | 2 | 207 | 0 | 143 | 6 | 54 | 457 | 141 | 34 |
| Binary | 10001111 | 10 | 10000111 | 0 | 1100011 | 110 | 101100 | 100101111 | 1100001 | 11100 |
Color Harmonies of #8F0287
Complementary color
Monochromatic Colors of #8F0287
Black with #8F0287
Text Example
Text Example
White with #8F0287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0287; }
p { color: rgb(143,2,135); }
H1.HeaderClassName
{
color: #8F0287;
}
.AnyTagClassName
{
color: #8F0287;
}
</style>
background-color css
<style>
a { background-color: #8F0287; }
a { background-color: rgb(143,2,135); }
div.DivClassName
{
background-color: #8F0287;
}
.BgClassName
{
background-color: #8F0287;
}
</style>
border-color css
<style>
span { border-color: #8F0287; }
span { border-color: rgb(143,2,135); }
td.TdClassName
{
border-color: #8F0287;
}
.TagClassName
{
border-color: #8F0287;
}
</style>