Shades of Dark Magenta #8F049E
Tints of Dark Magenta #8F049E
RGB
CMYK
RGB Variations
Color information
#8F049E (or 0x8F049E) is known color: Dark Magenta. HEX triplet: 8F, 04 and 9E. RGB value is (143,4,158). Sum of RGB (Red+Green+Blue) = 143+4+158=305 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.89% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F049E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F049E is #70FB61. Grayscale: #3E3E3E. Windows color (decimal): -7404386 or 10355855. OLE color: 10355855.
HSL color Cylindrical-coordinate representation of color #8F049E: hue angle of 294.16º 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 #8F049E is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 4 | 158 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.38 |
| HSL | 294.16º | 0.95% | 0.32% | - |
| HSV(B) | 294.16º | 0.97% | 0.62% | - |
| XYZ | 17.54 | 8.4 | 33.04 | - |
| YUV | 63.12 | 181.55 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 4 | 158 | 0.09 | 0.97 | 0 | 0.38 | 294.16 | 0.95 | 0.32 |
| Hex | 8F | 4 | 9E | 9 | 61 | 0 | 26 | 126 | 5F | 20 |
| Octal | 217 | 4 | 236 | 11 | 141 | 0 | 46 | 446 | 137 | 40 |
| Binary | 10001111 | 100 | 10011110 | 1001 | 1100001 | 0 | 100110 | 100100110 | 1011111 | 100000 |
Color Harmonies of #8F049E
Complementary color
Monochromatic Colors of #8F049E
Black with #8F049E
Text Example
Text Example
White with #8F049E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F049E; }
p { color: rgb(143,4,158); }
H1.HeaderClassName
{
color: #8F049E;
}
.AnyTagClassName
{
color: #8F049E;
}
</style>
background-color css
<style>
a { background-color: #8F049E; }
a { background-color: rgb(143,4,158); }
div.DivClassName
{
background-color: #8F049E;
}
.BgClassName
{
background-color: #8F049E;
}
</style>
border-color css
<style>
span { border-color: #8F049E; }
span { border-color: rgb(143,4,158); }
td.TdClassName
{
border-color: #8F049E;
}
.TagClassName
{
border-color: #8F049E;
}
</style>