Shades of Dark Magenta #8F0185
Tints of Dark Magenta #8F0185
RGB
CMYK
RGB Variations
Color information
#8F0185 (or 0x8F0185) is known color: Dark Magenta. HEX triplet: 8F, 01 and 85. RGB value is (143,1,133). Sum of RGB (Red+Green+Blue) = 143+1+133=277 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.62% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0185 is #70FE7A. Grayscale: #3A3A3A. Windows color (decimal): -7405179 or 8716687. OLE color: 8716687.
HSL color Cylindrical-coordinate representation of color #8F0185: hue angle of 304.23º 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 #8F0185 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 1 | 133 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.44 |
| HSL | 304.23º | 0.99% | 0.28% | - |
| HSV(B) | 304.23º | 0.99% | 0.56% | - |
| XYZ | 15.57 | 7.55 | 22.83 | - |
| YUV | 58.51 | 170.04 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 1 | 133 | 0 | 0.99 | 0.07 | 0.44 | 304.23 | 0.99 | 0.28 |
| Hex | 8F | 1 | 85 | 0 | 63 | 7 | 2C | 130 | 63 | 1C |
| Octal | 217 | 1 | 205 | 0 | 143 | 7 | 54 | 460 | 143 | 34 |
| Binary | 10001111 | 1 | 10000101 | 0 | 1100011 | 111 | 101100 | 100110000 | 1100011 | 11100 |
Color Harmonies of #8F0185
Complementary color
Monochromatic Colors of #8F0185
Black with #8F0185
Text Example
Text Example
White with #8F0185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0185; }
p { color: rgb(143,1,133); }
H1.HeaderClassName
{
color: #8F0185;
}
.AnyTagClassName
{
color: #8F0185;
}
</style>
background-color css
<style>
a { background-color: #8F0185; }
a { background-color: rgb(143,1,133); }
div.DivClassName
{
background-color: #8F0185;
}
.BgClassName
{
background-color: #8F0185;
}
</style>
border-color css
<style>
span { border-color: #8F0185; }
span { border-color: rgb(143,1,133); }
td.TdClassName
{
border-color: #8F0185;
}
.TagClassName
{
border-color: #8F0185;
}
</style>