Shades of Dark Magenta #8F14A7
Tints of Dark Magenta #8F14A7
RGB
CMYK
RGB Variations
Color information
#8F14A7 (or 0x8F14A7) is known color: Dark Magenta. HEX triplet: 8F, 14 and A7. RGB value is (143,20,167). Sum of RGB (Red+Green+Blue) = 143+20+167=330 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.33% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 167 (65.62% from 255 or 50.61% from 330); Max value from RGB is 167 - color contains mainly: blue. Hex color #8F14A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F14A7 is #70EB58. Grayscale: #494949. Windows color (decimal): -7400281 or 10949775. OLE color: 10949775.
HSL color Cylindrical-coordinate representation of color #8F14A7: hue angle of 290.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F14A7 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 20 | 167 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.35 |
| HSL | 290.2º | 0.79% | 0.37% | - |
| HSV(B) | 290.2º | 0.88% | 0.65% | - |
| XYZ | 18.55 | 9.13 | 37.34 | - |
| YUV | 73.54 | 180.75 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 20 | 167 | 0.14 | 0.88 | 0 | 0.35 | 290.2 | 0.79 | 0.37 |
| Hex | 8F | 14 | A7 | E | 58 | 0 | 23 | 122 | 4F | 25 |
| Octal | 217 | 24 | 247 | 16 | 130 | 0 | 43 | 442 | 117 | 45 |
| Binary | 10001111 | 10100 | 10100111 | 1110 | 1011000 | 0 | 100011 | 100100010 | 1001111 | 100101 |
Color Harmonies of #8F14A7
Complementary color
Monochromatic Colors of #8F14A7
Black with #8F14A7
Text Example
Text Example
White with #8F14A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F14A7; }
p { color: rgb(143,20,167); }
H1.HeaderClassName
{
color: #8F14A7;
}
.AnyTagClassName
{
color: #8F14A7;
}
</style>
background-color css
<style>
a { background-color: #8F14A7; }
a { background-color: rgb(143,20,167); }
div.DivClassName
{
background-color: #8F14A7;
}
.BgClassName
{
background-color: #8F14A7;
}
</style>
border-color css
<style>
span { border-color: #8F14A7; }
span { border-color: rgb(143,20,167); }
td.TdClassName
{
border-color: #8F14A7;
}
.TagClassName
{
border-color: #8F14A7;
}
</style>