Shades of Dark Magenta #8F0180
Tints of Dark Magenta #8F0180
RGB
CMYK
RGB Variations
Color information
#8F0180 (or 0x8F0180) is known color: Dark Magenta. HEX triplet: 8F, 01 and 80. RGB value is (143,1,128). Sum of RGB (Red+Green+Blue) = 143+1+128=272 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.57% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0180 is #70FE7F. Grayscale: #393939. Windows color (decimal): -7405184 or 8389007. OLE color: 8389007.
HSL color Cylindrical-coordinate representation of color #8F0180: hue angle of 306.34º degrees, saturation: 0.99, 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 #8F0180 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 1 | 128 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.44 |
| HSL | 306.34º | 0.99% | 0.28% | - |
| HSV(B) | 306.34º | 0.99% | 0.56% | - |
| XYZ | 15.23 | 7.42 | 21.05 | - |
| YUV | 57.94 | 167.54 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 1 | 128 | 0 | 0.99 | 0.10 | 0.44 | 306.34 | 0.99 | 0.28 |
| Hex | 8F | 1 | 80 | 0 | 63 | A | 2C | 132 | 63 | 1C |
| Octal | 217 | 1 | 200 | 0 | 143 | 12 | 54 | 462 | 143 | 34 |
| Binary | 10001111 | 1 | 10000000 | 0 | 1100011 | 1010 | 101100 | 100110010 | 1100011 | 11100 |
Color Harmonies of #8F0180
Complementary color
Monochromatic Colors of #8F0180
Black with #8F0180
Text Example
Text Example
White with #8F0180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0180; }
p { color: rgb(143,1,128); }
H1.HeaderClassName
{
color: #8F0180;
}
.AnyTagClassName
{
color: #8F0180;
}
</style>
background-color css
<style>
a { background-color: #8F0180; }
a { background-color: rgb(143,1,128); }
div.DivClassName
{
background-color: #8F0180;
}
.BgClassName
{
background-color: #8F0180;
}
</style>
border-color css
<style>
span { border-color: #8F0180; }
span { border-color: rgb(143,1,128); }
td.TdClassName
{
border-color: #8F0180;
}
.TagClassName
{
border-color: #8F0180;
}
</style>