Shades of Dark Magenta #8F04AC
Tints of Dark Magenta #8F04AC
RGB
CMYK
RGB Variations
Color information
#8F04AC (or 0x8F04AC) is known color: Dark Magenta. HEX triplet: 8F, 04 and AC. RGB value is (143,4,172). Sum of RGB (Red+Green+Blue) = 143+4+172=319 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.83% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F04AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F04AC is #70FB53. Grayscale: #404040. Windows color (decimal): -7404372 or 11273359. OLE color: 11273359.
HSL color Cylindrical-coordinate representation of color #8F04AC: hue angle of 289.64º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F04AC is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 4 | 172 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.33 |
| HSL | 289.64º | 0.95% | 0.35% | - |
| HSV(B) | 289.64º | 0.98% | 0.67% | - |
| XYZ | 18.82 | 8.91 | 39.76 | - |
| YUV | 64.71 | 188.55 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 4 | 172 | 0.17 | 0.98 | 0 | 0.33 | 289.64 | 0.95 | 0.35 |
| Hex | 8F | 4 | AC | 11 | 62 | 0 | 21 | 122 | 5F | 23 |
| Octal | 217 | 4 | 254 | 21 | 142 | 0 | 41 | 442 | 137 | 43 |
| Binary | 10001111 | 100 | 10101100 | 10001 | 1100010 | 0 | 100001 | 100100010 | 1011111 | 100011 |
Color Harmonies of #8F04AC
Complementary color
Monochromatic Colors of #8F04AC
Black with #8F04AC
Text Example
Text Example
White with #8F04AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F04AC; }
p { color: rgb(143,4,172); }
H1.HeaderClassName
{
color: #8F04AC;
}
.AnyTagClassName
{
color: #8F04AC;
}
</style>
background-color css
<style>
a { background-color: #8F04AC; }
a { background-color: rgb(143,4,172); }
div.DivClassName
{
background-color: #8F04AC;
}
.BgClassName
{
background-color: #8F04AC;
}
</style>
border-color css
<style>
span { border-color: #8F04AC; }
span { border-color: rgb(143,4,172); }
td.TdClassName
{
border-color: #8F04AC;
}
.TagClassName
{
border-color: #8F04AC;
}
</style>