Shades of Dark Magenta #8F0DAD
Tints of Dark Magenta #8F0DAD
RGB
CMYK
RGB Variations
Color information
#8F0DAD (or 0x8F0DAD) is known color: Dark Magenta. HEX triplet: 8F, 0D and AD. RGB value is (143,13,173). Sum of RGB (Red+Green+Blue) = 143+13+173=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F0DAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0DAD is #70F252. Grayscale: #454545. Windows color (decimal): -7402067 or 11341199. OLE color: 11341199.
HSL color Cylindrical-coordinate representation of color #8F0DAD: hue angle of 288.75º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F0DAD is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 13 | 173 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.32 |
| HSL | 288.75º | 0.86% | 0.36% | - |
| HSV(B) | 288.75º | 0.92% | 0.68% | - |
| XYZ | 19.01 | 9.14 | 40.3 | - |
| YUV | 70.11 | 186.07 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 13 | 173 | 0.17 | 0.92 | 0 | 0.32 | 288.75 | 0.86 | 0.36 |
| Hex | 8F | D | AD | 11 | 5C | 0 | 20 | 121 | 56 | 24 |
| Octal | 217 | 15 | 255 | 21 | 134 | 0 | 40 | 441 | 126 | 44 |
| Binary | 10001111 | 1101 | 10101101 | 10001 | 1011100 | 0 | 100000 | 100100001 | 1010110 | 100100 |
Color Harmonies of #8F0DAD
Complementary color
Monochromatic Colors of #8F0DAD
Black with #8F0DAD
Text Example
Text Example
White with #8F0DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0DAD; }
p { color: rgb(143,13,173); }
H1.HeaderClassName
{
color: #8F0DAD;
}
.AnyTagClassName
{
color: #8F0DAD;
}
</style>
background-color css
<style>
a { background-color: #8F0DAD; }
a { background-color: rgb(143,13,173); }
div.DivClassName
{
background-color: #8F0DAD;
}
.BgClassName
{
background-color: #8F0DAD;
}
</style>
border-color css
<style>
span { border-color: #8F0DAD; }
span { border-color: rgb(143,13,173); }
td.TdClassName
{
border-color: #8F0DAD;
}
.TagClassName
{
border-color: #8F0DAD;
}
</style>