Shades of Dark Magenta #8F04AB
Tints of Dark Magenta #8F04AB
RGB
CMYK
RGB Variations
Color information
#8F04AB (or 0x8F04AB) is known color: Dark Magenta. HEX triplet: 8F, 04 and AB. RGB value is (143,4,171). Sum of RGB (Red+Green+Blue) = 143+4+171=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F04AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F04AB is #70FB54. Grayscale: #404040. Windows color (decimal): -7404373 or 11207823. OLE color: 11207823.
HSL color Cylindrical-coordinate representation of color #8F04AB: hue angle of 289.94º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F04AB is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 4 | 171 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.33 |
| HSL | 289.94º | 0.95% | 0.34% | - |
| HSV(B) | 289.94º | 0.98% | 0.67% | - |
| XYZ | 18.72 | 8.87 | 39.25 | - |
| YUV | 64.6 | 188.05 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 4 | 171 | 0.16 | 0.98 | 0 | 0.33 | 289.94 | 0.95 | 0.34 |
| Hex | 8F | 4 | AB | 10 | 62 | 0 | 21 | 122 | 5F | 22 |
| Octal | 217 | 4 | 253 | 20 | 142 | 0 | 41 | 442 | 137 | 42 |
| Binary | 10001111 | 100 | 10101011 | 10000 | 1100010 | 0 | 100001 | 100100010 | 1011111 | 100010 |
Color Harmonies of #8F04AB
Complementary color
Monochromatic Colors of #8F04AB
Black with #8F04AB
Text Example
Text Example
White with #8F04AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F04AB; }
p { color: rgb(143,4,171); }
H1.HeaderClassName
{
color: #8F04AB;
}
.AnyTagClassName
{
color: #8F04AB;
}
</style>
background-color css
<style>
a { background-color: #8F04AB; }
a { background-color: rgb(143,4,171); }
div.DivClassName
{
background-color: #8F04AB;
}
.BgClassName
{
background-color: #8F04AB;
}
</style>
border-color css
<style>
span { border-color: #8F04AB; }
span { border-color: rgb(143,4,171); }
td.TdClassName
{
border-color: #8F04AB;
}
.TagClassName
{
border-color: #8F04AB;
}
</style>