Shades of Dark Magenta #8F048B
Tints of Dark Magenta #8F048B
RGB
CMYK
RGB Variations
Color information
#8F048B (or 0x8F048B) is known color: Dark Magenta. HEX triplet: 8F, 04 and 8B. RGB value is (143,4,139). Sum of RGB (Red+Green+Blue) = 143+4+139=286 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 143 - color contains mainly: red. Hex color #8F048B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F048B is #70FB74. Grayscale: #3C3C3C. Windows color (decimal): -7404405 or 9110671. OLE color: 9110671.
HSL color Cylindrical-coordinate representation of color #8F048B: hue angle of 301.73º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F048B is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 4 | 139 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.44 |
| HSL | 301.73º | 0.95% | 0.29% | - |
| HSV(B) | 301.73º | 0.97% | 0.56% | - |
| XYZ | 16.03 | 7.79 | 25.08 | - |
| YUV | 60.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 4 | 139 | 0 | 0.97 | 0.03 | 0.44 | 301.73 | 0.95 | 0.29 |
| Hex | 8F | 4 | 8B | 0 | 61 | 3 | 2C | 12E | 5F | 1D |
| Octal | 217 | 4 | 213 | 0 | 141 | 3 | 54 | 456 | 137 | 35 |
| Binary | 10001111 | 100 | 10001011 | 0 | 1100001 | 11 | 101100 | 100101110 | 1011111 | 11101 |
Color Harmonies of #8F048B
Complementary color
Monochromatic Colors of #8F048B
Black with #8F048B
Text Example
Text Example
White with #8F048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F048B; }
p { color: rgb(143,4,139); }
H1.HeaderClassName
{
color: #8F048B;
}
.AnyTagClassName
{
color: #8F048B;
}
</style>
background-color css
<style>
a { background-color: #8F048B; }
a { background-color: rgb(143,4,139); }
div.DivClassName
{
background-color: #8F048B;
}
.BgClassName
{
background-color: #8F048B;
}
</style>
border-color css
<style>
span { border-color: #8F048B; }
span { border-color: rgb(143,4,139); }
td.TdClassName
{
border-color: #8F048B;
}
.TagClassName
{
border-color: #8F048B;
}
</style>