Shades of Dark Magenta #8F0FAA
Tints of Dark Magenta #8F0FAA
RGB
CMYK
RGB Variations
Color information
#8F0FAA (or 0x8F0FAA) is known color: Dark Magenta. HEX triplet: 8F, 0F and AA. RGB value is (143,15,170). Sum of RGB (Red+Green+Blue) = 143+15+170=328 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.60% from 328); Green value is 15 (6.25% from 255 or 4.57% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F0FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0FAA is #70F055. Grayscale: #464646. Windows color (decimal): -7401558 or 11145103. OLE color: 11145103.
HSL color Cylindrical-coordinate representation of color #8F0FAA: hue angle of 289.55º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F0FAA is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 15 | 170 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.33 |
| HSL | 289.55º | 0.84% | 0.36% | - |
| HSV(B) | 289.55º | 0.91% | 0.67% | - |
| XYZ | 18.75 | 9.08 | 38.8 | - |
| YUV | 70.94 | 183.91 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 15 | 170 | 0.16 | 0.91 | 0 | 0.33 | 289.55 | 0.84 | 0.36 |
| Hex | 8F | F | AA | 10 | 5B | 0 | 21 | 122 | 54 | 24 |
| Octal | 217 | 17 | 252 | 20 | 133 | 0 | 41 | 442 | 124 | 44 |
| Binary | 10001111 | 1111 | 10101010 | 10000 | 1011011 | 0 | 100001 | 100100010 | 1010100 | 100100 |
Color Harmonies of #8F0FAA
Complementary color
Monochromatic Colors of #8F0FAA
Black with #8F0FAA
Text Example
Text Example
White with #8F0FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0FAA; }
p { color: rgb(143,15,170); }
H1.HeaderClassName
{
color: #8F0FAA;
}
.AnyTagClassName
{
color: #8F0FAA;
}
</style>
background-color css
<style>
a { background-color: #8F0FAA; }
a { background-color: rgb(143,15,170); }
div.DivClassName
{
background-color: #8F0FAA;
}
.BgClassName
{
background-color: #8F0FAA;
}
</style>
border-color css
<style>
span { border-color: #8F0FAA; }
span { border-color: rgb(143,15,170); }
td.TdClassName
{
border-color: #8F0FAA;
}
.TagClassName
{
border-color: #8F0FAA;
}
</style>