Shades of Dark Magenta #8F11AA
Tints of Dark Magenta #8F11AA
RGB
CMYK
RGB Variations
Color information
#8F11AA (or 0x8F11AA) is known color: Dark Magenta. HEX triplet: 8F, 11 and AA. RGB value is (143,17,170). Sum of RGB (Red+Green+Blue) = 143+17+170=330 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.33% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F11AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F11AA is #70EE55. Grayscale: #474747. Windows color (decimal): -7401046 or 11145615. OLE color: 11145615.
HSL color Cylindrical-coordinate representation of color #8F11AA: hue angle of 289.41º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F11AA is Cyan = 0.16, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 17 | 170 | - |
| CMYK | 0.16 | 0.9 | 0 | 0.33 |
| HSL | 289.41º | 0.82% | 0.37% | - |
| HSV(B) | 289.41º | 0.9% | 0.67% | - |
| XYZ | 18.78 | 9.14 | 38.8 | - |
| YUV | 72.12 | 183.24 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 17 | 170 | 0.16 | 0.9 | 0 | 0.33 | 289.41 | 0.82 | 0.37 |
| Hex | 8F | 11 | AA | 10 | 5A | 0 | 21 | 121 | 52 | 25 |
| Octal | 217 | 21 | 252 | 20 | 132 | 0 | 41 | 441 | 122 | 45 |
| Binary | 10001111 | 10001 | 10101010 | 10000 | 1011010 | 0 | 100001 | 100100001 | 1010010 | 100101 |
Color Harmonies of #8F11AA
Complementary color
Monochromatic Colors of #8F11AA
Black with #8F11AA
Text Example
Text Example
White with #8F11AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F11AA; }
p { color: rgb(143,17,170); }
H1.HeaderClassName
{
color: #8F11AA;
}
.AnyTagClassName
{
color: #8F11AA;
}
</style>
background-color css
<style>
a { background-color: #8F11AA; }
a { background-color: rgb(143,17,170); }
div.DivClassName
{
background-color: #8F11AA;
}
.BgClassName
{
background-color: #8F11AA;
}
</style>
border-color css
<style>
span { border-color: #8F11AA; }
span { border-color: rgb(143,17,170); }
td.TdClassName
{
border-color: #8F11AA;
}
.TagClassName
{
border-color: #8F11AA;
}
</style>