Shades of Dark Magenta #8F02AD
Tints of Dark Magenta #8F02AD
RGB
CMYK
RGB Variations
Color information
#8F02AD (or 0x8F02AD) is known color: Dark Magenta. HEX triplet: 8F, 02 and AD. RGB value is (143,2,173). Sum of RGB (Red+Green+Blue) = 143+2+173=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F02AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F02AD is #70FD52. Grayscale: #3F3F3F. Windows color (decimal): -7404883 or 11338383. OLE color: 11338383.
HSL color Cylindrical-coordinate representation of color #8F02AD: hue angle of 289.47º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F02AD is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 2 | 173 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.32 |
| HSL | 289.47º | 0.98% | 0.34% | - |
| HSV(B) | 289.47º | 0.99% | 0.68% | - |
| XYZ | 18.89 | 8.9 | 40.26 | - |
| YUV | 63.65 | 189.71 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 2 | 173 | 0.17 | 0.99 | 0 | 0.32 | 289.47 | 0.98 | 0.34 |
| Hex | 8F | 2 | AD | 11 | 63 | 0 | 20 | 121 | 62 | 22 |
| Octal | 217 | 2 | 255 | 21 | 143 | 0 | 40 | 441 | 142 | 42 |
| Binary | 10001111 | 10 | 10101101 | 10001 | 1100011 | 0 | 100000 | 100100001 | 1100010 | 100010 |
Color Harmonies of #8F02AD
Complementary color
Monochromatic Colors of #8F02AD
Black with #8F02AD
Text Example
Text Example
White with #8F02AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F02AD; }
p { color: rgb(143,2,173); }
H1.HeaderClassName
{
color: #8F02AD;
}
.AnyTagClassName
{
color: #8F02AD;
}
</style>
background-color css
<style>
a { background-color: #8F02AD; }
a { background-color: rgb(143,2,173); }
div.DivClassName
{
background-color: #8F02AD;
}
.BgClassName
{
background-color: #8F02AD;
}
</style>
border-color css
<style>
span { border-color: #8F02AD; }
span { border-color: rgb(143,2,173); }
td.TdClassName
{
border-color: #8F02AD;
}
.TagClassName
{
border-color: #8F02AD;
}
</style>