Shades of Dark Magenta #8F16AC
Tints of Dark Magenta #8F16AC
RGB
CMYK
RGB Variations
Color information
#8F16AC (or 0x8F16AC) is known color: Dark Magenta. HEX triplet: 8F, 16 and AC. RGB value is (143,22,172). Sum of RGB (Red+Green+Blue) = 143+22+172=337 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.43% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F16AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F16AC is #70E953. Grayscale: #4A4A4A. Windows color (decimal): -7399764 or 11277967. OLE color: 11277967.
HSL color Cylindrical-coordinate representation of color #8F16AC: hue angle of 288.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F16AC is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 22 | 172 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.33 |
| HSL | 288.4º | 0.77% | 0.38% | - |
| HSV(B) | 288.4º | 0.87% | 0.67% | - |
| XYZ | 19.06 | 9.39 | 39.84 | - |
| YUV | 75.28 | 182.59 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 172 | 0.17 | 0.87 | 0 | 0.33 | 288.4 | 0.77 | 0.38 |
| Hex | 8F | 16 | AC | 11 | 57 | 0 | 21 | 120 | 4D | 26 |
| Octal | 217 | 26 | 254 | 21 | 127 | 0 | 41 | 440 | 115 | 46 |
| Binary | 10001111 | 10110 | 10101100 | 10001 | 1010111 | 0 | 100001 | 100100000 | 1001101 | 100110 |
Color Harmonies of #8F16AC
Complementary color
Monochromatic Colors of #8F16AC
Black with #8F16AC
Text Example
Text Example
White with #8F16AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F16AC; }
p { color: rgb(143,22,172); }
H1.HeaderClassName
{
color: #8F16AC;
}
.AnyTagClassName
{
color: #8F16AC;
}
</style>
background-color css
<style>
a { background-color: #8F16AC; }
a { background-color: rgb(143,22,172); }
div.DivClassName
{
background-color: #8F16AC;
}
.BgClassName
{
background-color: #8F16AC;
}
</style>
border-color css
<style>
span { border-color: #8F16AC; }
span { border-color: rgb(143,22,172); }
td.TdClassName
{
border-color: #8F16AC;
}
.TagClassName
{
border-color: #8F16AC;
}
</style>