Shades of Dark Magenta #8F05AC
Tints of Dark Magenta #8F05AC
RGB
CMYK
RGB Variations
Color information
#8F05AC (or 0x8F05AC) is known color: Dark Magenta. HEX triplet: 8F, 05 and AC. RGB value is (143,5,172). Sum of RGB (Red+Green+Blue) = 143+5+172=320 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.69% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F05AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F05AC is #70FA53. Grayscale: #404040. Windows color (decimal): -7404116 or 11273615. OLE color: 11273615.
HSL color Cylindrical-coordinate representation of color #8F05AC: hue angle of 289.58º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F05AC is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 5 | 172 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.33 |
| HSL | 289.58º | 0.94% | 0.35% | - |
| HSV(B) | 289.58º | 0.97% | 0.67% | - |
| XYZ | 18.83 | 8.93 | 39.76 | - |
| YUV | 65.3 | 188.22 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 172 | 0.17 | 0.97 | 0 | 0.33 | 289.58 | 0.94 | 0.35 |
| Hex | 8F | 5 | AC | 11 | 61 | 0 | 21 | 122 | 5E | 23 |
| Octal | 217 | 5 | 254 | 21 | 141 | 0 | 41 | 442 | 136 | 43 |
| Binary | 10001111 | 101 | 10101100 | 10001 | 1100001 | 0 | 100001 | 100100010 | 1011110 | 100011 |
Color Harmonies of #8F05AC
Complementary color
Monochromatic Colors of #8F05AC
Black with #8F05AC
Text Example
Text Example
White with #8F05AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F05AC; }
p { color: rgb(143,5,172); }
H1.HeaderClassName
{
color: #8F05AC;
}
.AnyTagClassName
{
color: #8F05AC;
}
</style>
background-color css
<style>
a { background-color: #8F05AC; }
a { background-color: rgb(143,5,172); }
div.DivClassName
{
background-color: #8F05AC;
}
.BgClassName
{
background-color: #8F05AC;
}
</style>
border-color css
<style>
span { border-color: #8F05AC; }
span { border-color: rgb(143,5,172); }
td.TdClassName
{
border-color: #8F05AC;
}
.TagClassName
{
border-color: #8F05AC;
}
</style>