Shades of Dark Magenta #8F0B80
Tints of Dark Magenta #8F0B80
RGB
CMYK
RGB Variations
Color information
#8F0B80 (or 0x8F0B80) is known color: Dark Magenta. HEX triplet: 8F, 0B and 80. RGB value is (143,11,128). Sum of RGB (Red+Green+Blue) = 143+11+128=282 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.71% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0B80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0B80 is #70F47F. Grayscale: #3F3F3F. Windows color (decimal): -7402624 or 8391567. OLE color: 8391567.
HSL color Cylindrical-coordinate representation of color #8F0B80: hue angle of 306.82º 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 #8F0B80 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 11 | 128 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.44 |
| HSL | 306.82º | 0.86% | 0.3% | - |
| HSV(B) | 306.82º | 0.92% | 0.56% | - |
| XYZ | 15.34 | 7.64 | 21.09 | - |
| YUV | 63.81 | 164.23 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 11 | 128 | 0 | 0.92 | 0.10 | 0.44 | 306.82 | 0.86 | 0.3 |
| Hex | 8F | B | 80 | 0 | 5C | A | 2C | 133 | 56 | 1E |
| Octal | 217 | 13 | 200 | 0 | 134 | 12 | 54 | 463 | 126 | 36 |
| Binary | 10001111 | 1011 | 10000000 | 0 | 1011100 | 1010 | 101100 | 100110011 | 1010110 | 11110 |
Color Harmonies of #8F0B80
Complementary color
Monochromatic Colors of #8F0B80
Black with #8F0B80
Text Example
Text Example
White with #8F0B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0B80; }
p { color: rgb(143,11,128); }
H1.HeaderClassName
{
color: #8F0B80;
}
.AnyTagClassName
{
color: #8F0B80;
}
</style>
background-color css
<style>
a { background-color: #8F0B80; }
a { background-color: rgb(143,11,128); }
div.DivClassName
{
background-color: #8F0B80;
}
.BgClassName
{
background-color: #8F0B80;
}
</style>
border-color css
<style>
span { border-color: #8F0B80; }
span { border-color: rgb(143,11,128); }
td.TdClassName
{
border-color: #8F0B80;
}
.TagClassName
{
border-color: #8F0B80;
}
</style>