Shades of Dark Magenta #8F11AD
Tints of Dark Magenta #8F11AD
RGB
CMYK
RGB Variations
Color information
#8F11AD (or 0x8F11AD) is known color: Dark Magenta. HEX triplet: 8F, 11 and AD. RGB value is (143,17,173). Sum of RGB (Red+Green+Blue) = 143+17+173=333 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.94% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F11AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F11AD is #70EE52. Grayscale: #474747. Windows color (decimal): -7401043 or 11342223. OLE color: 11342223.
HSL color Cylindrical-coordinate representation of color #8F11AD: hue angle of 288.46º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F11AD is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 17 | 173 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.32 |
| HSL | 288.46º | 0.82% | 0.37% | - |
| HSV(B) | 288.46º | 0.9% | 0.68% | - |
| XYZ | 19.07 | 9.26 | 40.32 | - |
| YUV | 72.46 | 184.74 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 17 | 173 | 0.17 | 0.90 | 0 | 0.32 | 288.46 | 0.82 | 0.37 |
| Hex | 8F | 11 | AD | 11 | 5A | 0 | 20 | 120 | 52 | 25 |
| Octal | 217 | 21 | 255 | 21 | 132 | 0 | 40 | 440 | 122 | 45 |
| Binary | 10001111 | 10001 | 10101101 | 10001 | 1011010 | 0 | 100000 | 100100000 | 1010010 | 100101 |
Color Harmonies of #8F11AD
Complementary color
Monochromatic Colors of #8F11AD
Black with #8F11AD
Text Example
Text Example
White with #8F11AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F11AD; }
p { color: rgb(143,17,173); }
H1.HeaderClassName
{
color: #8F11AD;
}
.AnyTagClassName
{
color: #8F11AD;
}
</style>
background-color css
<style>
a { background-color: #8F11AD; }
a { background-color: rgb(143,17,173); }
div.DivClassName
{
background-color: #8F11AD;
}
.BgClassName
{
background-color: #8F11AD;
}
</style>
border-color css
<style>
span { border-color: #8F11AD; }
span { border-color: rgb(143,17,173); }
td.TdClassName
{
border-color: #8F11AD;
}
.TagClassName
{
border-color: #8F11AD;
}
</style>