Shades of Dark Magenta #8F049D
Tints of Dark Magenta #8F049D
RGB
CMYK
RGB Variations
Color information
#8F049D (or 0x8F049D) is known color: Dark Magenta. HEX triplet: 8F, 04 and 9D. RGB value is (143,4,157). Sum of RGB (Red+Green+Blue) = 143+4+157=304 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.04% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F049D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F049D is #70FB62. Grayscale: #3E3E3E. Windows color (decimal): -7404387 or 10290319. OLE color: 10290319.
HSL color Cylindrical-coordinate representation of color #8F049D: hue angle of 294.51º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F049D is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 4 | 157 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.38 |
| HSL | 294.51º | 0.95% | 0.32% | - |
| HSV(B) | 294.51º | 0.97% | 0.62% | - |
| XYZ | 17.46 | 8.36 | 32.59 | - |
| YUV | 63 | 181.05 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 4 | 157 | 0.09 | 0.97 | 0 | 0.38 | 294.51 | 0.95 | 0.32 |
| Hex | 8F | 4 | 9D | 9 | 61 | 0 | 26 | 127 | 5F | 20 |
| Octal | 217 | 4 | 235 | 11 | 141 | 0 | 46 | 447 | 137 | 40 |
| Binary | 10001111 | 100 | 10011101 | 1001 | 1100001 | 0 | 100110 | 100100111 | 1011111 | 100000 |
Color Harmonies of #8F049D
Complementary color
Monochromatic Colors of #8F049D
Black with #8F049D
Text Example
Text Example
White with #8F049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F049D; }
p { color: rgb(143,4,157); }
H1.HeaderClassName
{
color: #8F049D;
}
.AnyTagClassName
{
color: #8F049D;
}
</style>
background-color css
<style>
a { background-color: #8F049D; }
a { background-color: rgb(143,4,157); }
div.DivClassName
{
background-color: #8F049D;
}
.BgClassName
{
background-color: #8F049D;
}
</style>
border-color css
<style>
span { border-color: #8F049D; }
span { border-color: rgb(143,4,157); }
td.TdClassName
{
border-color: #8F049D;
}
.TagClassName
{
border-color: #8F049D;
}
</style>