Shades of Dark Magenta #8F07AD
Tints of Dark Magenta #8F07AD
RGB
CMYK
RGB Variations
Color information
#8F07AD (or 0x8F07AD) is known color: Dark Magenta. HEX triplet: 8F, 07 and AD. RGB value is (143,7,173). Sum of RGB (Red+Green+Blue) = 143+7+173=323 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.27% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F07AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F07AD is #70F852. Grayscale: #424242. Windows color (decimal): -7403603 or 11339663. OLE color: 11339663.
HSL color Cylindrical-coordinate representation of color #8F07AD: hue angle of 289.16º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F07AD is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 7 | 173 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.32 |
| HSL | 289.16º | 0.92% | 0.35% | - |
| HSV(B) | 289.16º | 0.96% | 0.68% | - |
| XYZ | 18.95 | 9.01 | 40.28 | - |
| YUV | 66.59 | 188.06 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 7 | 173 | 0.17 | 0.96 | 0 | 0.32 | 289.16 | 0.92 | 0.35 |
| Hex | 8F | 7 | AD | 11 | 60 | 0 | 20 | 121 | 5C | 23 |
| Octal | 217 | 7 | 255 | 21 | 140 | 0 | 40 | 441 | 134 | 43 |
| Binary | 10001111 | 111 | 10101101 | 10001 | 1100000 | 0 | 100000 | 100100001 | 1011100 | 100011 |
Color Harmonies of #8F07AD
Complementary color
Monochromatic Colors of #8F07AD
Black with #8F07AD
Text Example
Text Example
White with #8F07AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F07AD; }
p { color: rgb(143,7,173); }
H1.HeaderClassName
{
color: #8F07AD;
}
.AnyTagClassName
{
color: #8F07AD;
}
</style>
background-color css
<style>
a { background-color: #8F07AD; }
a { background-color: rgb(143,7,173); }
div.DivClassName
{
background-color: #8F07AD;
}
.BgClassName
{
background-color: #8F07AD;
}
</style>
border-color css
<style>
span { border-color: #8F07AD; }
span { border-color: rgb(143,7,173); }
td.TdClassName
{
border-color: #8F07AD;
}
.TagClassName
{
border-color: #8F07AD;
}
</style>