Shades of Dark Magenta #8F0AAB
Tints of Dark Magenta #8F0AAB
RGB
CMYK
RGB Variations
Color information
#8F0AAB (or 0x8F0AAB) is known color: Dark Magenta. HEX triplet: 8F, 0A and AB. RGB value is (143,10,171). Sum of RGB (Red+Green+Blue) = 143+10+171=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F0AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0AAB is #70F554. Grayscale: #434343. Windows color (decimal): -7402837 or 11209359. OLE color: 11209359.
HSL color Cylindrical-coordinate representation of color #8F0AAB: hue angle of 289.57º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0AAB is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 10 | 171 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.33 |
| HSL | 289.57º | 0.89% | 0.35% | - |
| HSV(B) | 289.57º | 0.94% | 0.67% | - |
| XYZ | 18.79 | 9 | 39.27 | - |
| YUV | 68.12 | 186.06 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 10 | 171 | 0.16 | 0.94 | 0 | 0.33 | 289.57 | 0.89 | 0.35 |
| Hex | 8F | A | AB | 10 | 5E | 0 | 21 | 122 | 59 | 23 |
| Octal | 217 | 12 | 253 | 20 | 136 | 0 | 41 | 442 | 131 | 43 |
| Binary | 10001111 | 1010 | 10101011 | 10000 | 1011110 | 0 | 100001 | 100100010 | 1011001 | 100011 |
Color Harmonies of #8F0AAB
Complementary color
Monochromatic Colors of #8F0AAB
Black with #8F0AAB
Text Example
Text Example
White with #8F0AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0AAB; }
p { color: rgb(143,10,171); }
H1.HeaderClassName
{
color: #8F0AAB;
}
.AnyTagClassName
{
color: #8F0AAB;
}
</style>
background-color css
<style>
a { background-color: #8F0AAB; }
a { background-color: rgb(143,10,171); }
div.DivClassName
{
background-color: #8F0AAB;
}
.BgClassName
{
background-color: #8F0AAB;
}
</style>
border-color css
<style>
span { border-color: #8F0AAB; }
span { border-color: rgb(143,10,171); }
td.TdClassName
{
border-color: #8F0AAB;
}
.TagClassName
{
border-color: #8F0AAB;
}
</style>