Shades of Dark Magenta #8F13AD
Tints of Dark Magenta #8F13AD
RGB
CMYK
RGB Variations
Color information
#8F13AD (or 0x8F13AD) is known color: Dark Magenta. HEX triplet: 8F, 13 and AD. RGB value is (143,19,173). Sum of RGB (Red+Green+Blue) = 143+19+173=335 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.69% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F13AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F13AD is #70EC52. Grayscale: #494949. Windows color (decimal): -7400531 or 11342735. OLE color: 11342735.
HSL color Cylindrical-coordinate representation of color #8F13AD: hue angle of 288.31º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F13AD is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 19 | 173 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.32 |
| HSL | 288.31º | 0.8% | 0.38% | - |
| HSV(B) | 288.31º | 0.89% | 0.68% | - |
| XYZ | 19.1 | 9.32 | 40.33 | - |
| YUV | 73.63 | 184.08 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 19 | 173 | 0.17 | 0.89 | 0 | 0.32 | 288.31 | 0.8 | 0.38 |
| Hex | 8F | 13 | AD | 11 | 59 | 0 | 20 | 120 | 50 | 26 |
| Octal | 217 | 23 | 255 | 21 | 131 | 0 | 40 | 440 | 120 | 46 |
| Binary | 10001111 | 10011 | 10101101 | 10001 | 1011001 | 0 | 100000 | 100100000 | 1010000 | 100110 |
Color Harmonies of #8F13AD
Complementary color
Monochromatic Colors of #8F13AD
Black with #8F13AD
Text Example
Text Example
White with #8F13AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F13AD; }
p { color: rgb(143,19,173); }
H1.HeaderClassName
{
color: #8F13AD;
}
.AnyTagClassName
{
color: #8F13AD;
}
</style>
background-color css
<style>
a { background-color: #8F13AD; }
a { background-color: rgb(143,19,173); }
div.DivClassName
{
background-color: #8F13AD;
}
.BgClassName
{
background-color: #8F13AD;
}
</style>
border-color css
<style>
span { border-color: #8F13AD; }
span { border-color: rgb(143,19,173); }
td.TdClassName
{
border-color: #8F13AD;
}
.TagClassName
{
border-color: #8F13AD;
}
</style>