Shades of Dark Magenta #8F16AA
Tints of Dark Magenta #8F16AA
RGB
CMYK
RGB Variations
Color information
#8F16AA (or 0x8F16AA) is known color: Dark Magenta. HEX triplet: 8F, 16 and AA. RGB value is (143,22,170). Sum of RGB (Red+Green+Blue) = 143+22+170=335 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.69% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F16AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F16AA is #70E955. Grayscale: #4A4A4A. Windows color (decimal): -7399766 or 11146895. OLE color: 11146895.
HSL color Cylindrical-coordinate representation of color #8F16AA: hue angle of 289.05º 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 #8F16AA is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 22 | 170 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.33 |
| HSL | 289.05º | 0.77% | 0.38% | - |
| HSV(B) | 289.05º | 0.87% | 0.67% | - |
| XYZ | 18.87 | 9.32 | 38.83 | - |
| YUV | 75.05 | 181.59 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 170 | 0.16 | 0.87 | 0 | 0.33 | 289.05 | 0.77 | 0.38 |
| Hex | 8F | 16 | AA | 10 | 57 | 0 | 21 | 121 | 4D | 26 |
| Octal | 217 | 26 | 252 | 20 | 127 | 0 | 41 | 441 | 115 | 46 |
| Binary | 10001111 | 10110 | 10101010 | 10000 | 1010111 | 0 | 100001 | 100100001 | 1001101 | 100110 |
Color Harmonies of #8F16AA
Complementary color
Monochromatic Colors of #8F16AA
Black with #8F16AA
Text Example
Text Example
White with #8F16AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F16AA; }
p { color: rgb(143,22,170); }
H1.HeaderClassName
{
color: #8F16AA;
}
.AnyTagClassName
{
color: #8F16AA;
}
</style>
background-color css
<style>
a { background-color: #8F16AA; }
a { background-color: rgb(143,22,170); }
div.DivClassName
{
background-color: #8F16AA;
}
.BgClassName
{
background-color: #8F16AA;
}
</style>
border-color css
<style>
span { border-color: #8F16AA; }
span { border-color: rgb(143,22,170); }
td.TdClassName
{
border-color: #8F16AA;
}
.TagClassName
{
border-color: #8F16AA;
}
</style>