Shades of Dark Magenta #8F03AD
Tints of Dark Magenta #8F03AD
RGB
CMYK
RGB Variations
Color information
#8F03AD (or 0x8F03AD) is known color: Dark Magenta. HEX triplet: 8F, 03 and AD. RGB value is (143,3,173). Sum of RGB (Red+Green+Blue) = 143+3+173=319 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.83% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F03AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F03AD is #70FC52. Grayscale: #3F3F3F. Windows color (decimal): -7404627 or 11338639. OLE color: 11338639.
HSL color Cylindrical-coordinate representation of color #8F03AD: hue angle of 289.41º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F03AD is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 3 | 173 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.32 |
| HSL | 289.41º | 0.97% | 0.35% | - |
| HSV(B) | 289.41º | 0.98% | 0.68% | - |
| XYZ | 18.9 | 8.92 | 40.26 | - |
| YUV | 64.24 | 189.38 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 173 | 0.17 | 0.98 | 0 | 0.32 | 289.41 | 0.97 | 0.35 |
| Hex | 8F | 3 | AD | 11 | 62 | 0 | 20 | 121 | 61 | 23 |
| Octal | 217 | 3 | 255 | 21 | 142 | 0 | 40 | 441 | 141 | 43 |
| Binary | 10001111 | 11 | 10101101 | 10001 | 1100010 | 0 | 100000 | 100100001 | 1100001 | 100011 |
Color Harmonies of #8F03AD
Complementary color
Monochromatic Colors of #8F03AD
Black with #8F03AD
Text Example
Text Example
White with #8F03AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F03AD; }
p { color: rgb(143,3,173); }
H1.HeaderClassName
{
color: #8F03AD;
}
.AnyTagClassName
{
color: #8F03AD;
}
</style>
background-color css
<style>
a { background-color: #8F03AD; }
a { background-color: rgb(143,3,173); }
div.DivClassName
{
background-color: #8F03AD;
}
.BgClassName
{
background-color: #8F03AD;
}
</style>
border-color css
<style>
span { border-color: #8F03AD; }
span { border-color: rgb(143,3,173); }
td.TdClassName
{
border-color: #8F03AD;
}
.TagClassName
{
border-color: #8F03AD;
}
</style>