Shades of Dark Magenta #8F0B84
Tints of Dark Magenta #8F0B84
RGB
CMYK
RGB Variations
Color information
#8F0B84 (or 0x8F0B84) is known color: Dark Magenta. HEX triplet: 8F, 0B and 84. RGB value is (143,11,132). Sum of RGB (Red+Green+Blue) = 143+11+132=286 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0B84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0B84 is #70F47B. Grayscale: #3F3F3F. Windows color (decimal): -7402620 or 8653711. OLE color: 8653711.
HSL color Cylindrical-coordinate representation of color #8F0B84: hue angle of 305º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F0B84 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 11 | 132 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.44 |
| HSL | 305º | 0.86% | 0.3% | - |
| HSV(B) | 305º | 0.92% | 0.56% | - |
| XYZ | 15.61 | 7.74 | 22.5 | - |
| YUV | 64.26 | 166.23 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 11 | 132 | 0 | 0.92 | 0.08 | 0.44 | 305 | 0.86 | 0.3 |
| Hex | 8F | B | 84 | 0 | 5C | 8 | 2C | 131 | 56 | 1E |
| Octal | 217 | 13 | 204 | 0 | 134 | 10 | 54 | 461 | 126 | 36 |
| Binary | 10001111 | 1011 | 10000100 | 0 | 1011100 | 1000 | 101100 | 100110001 | 1010110 | 11110 |
Color Harmonies of #8F0B84
Complementary color
Monochromatic Colors of #8F0B84
Black with #8F0B84
Text Example
Text Example
White with #8F0B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0B84; }
p { color: rgb(143,11,132); }
H1.HeaderClassName
{
color: #8F0B84;
}
.AnyTagClassName
{
color: #8F0B84;
}
</style>
background-color css
<style>
a { background-color: #8F0B84; }
a { background-color: rgb(143,11,132); }
div.DivClassName
{
background-color: #8F0B84;
}
.BgClassName
{
background-color: #8F0B84;
}
</style>
border-color css
<style>
span { border-color: #8F0B84; }
span { border-color: rgb(143,11,132); }
td.TdClassName
{
border-color: #8F0B84;
}
.TagClassName
{
border-color: #8F0B84;
}
</style>