Shades of Dark Magenta #8F14AB
Tints of Dark Magenta #8F14AB
RGB
CMYK
RGB Variations
Color information
#8F14AB (or 0x8F14AB) is known color: Dark Magenta. HEX triplet: 8F, 14 and AB. RGB value is (143,20,171). Sum of RGB (Red+Green+Blue) = 143+20+171=334 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.81% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F14AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F14AB is #70EB54. Grayscale: #494949. Windows color (decimal): -7400277 or 11211919. OLE color: 11211919.
HSL color Cylindrical-coordinate representation of color #8F14AB: hue angle of 288.87º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F14AB is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 20 | 171 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.33 |
| HSL | 288.87º | 0.79% | 0.37% | - |
| HSV(B) | 288.87º | 0.88% | 0.67% | - |
| XYZ | 18.93 | 9.28 | 39.32 | - |
| YUV | 73.99 | 182.75 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 20 | 171 | 0.16 | 0.88 | 0 | 0.33 | 288.87 | 0.79 | 0.37 |
| Hex | 8F | 14 | AB | 10 | 58 | 0 | 21 | 121 | 4F | 25 |
| Octal | 217 | 24 | 253 | 20 | 130 | 0 | 41 | 441 | 117 | 45 |
| Binary | 10001111 | 10100 | 10101011 | 10000 | 1011000 | 0 | 100001 | 100100001 | 1001111 | 100101 |
Color Harmonies of #8F14AB
Complementary color
Monochromatic Colors of #8F14AB
Black with #8F14AB
Text Example
Text Example
White with #8F14AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F14AB; }
p { color: rgb(143,20,171); }
H1.HeaderClassName
{
color: #8F14AB;
}
.AnyTagClassName
{
color: #8F14AB;
}
</style>
background-color css
<style>
a { background-color: #8F14AB; }
a { background-color: rgb(143,20,171); }
div.DivClassName
{
background-color: #8F14AB;
}
.BgClassName
{
background-color: #8F14AB;
}
</style>
border-color css
<style>
span { border-color: #8F14AB; }
span { border-color: rgb(143,20,171); }
td.TdClassName
{
border-color: #8F14AB;
}
.TagClassName
{
border-color: #8F14AB;
}
</style>