Shades of Dark Magenta #8F159E
Tints of Dark Magenta #8F159E
RGB
CMYK
RGB Variations
Color information
#8F159E (or 0x8F159E) is known color: Dark Magenta. HEX triplet: 8F, 15 and 9E. RGB value is (143,21,158). Sum of RGB (Red+Green+Blue) = 143+21+158=322 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.41% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F159E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F159E is #70EA61. Grayscale: #484848. Windows color (decimal): -7400034 or 10360207. OLE color: 10360207.
HSL color Cylindrical-coordinate representation of color #8F159E: hue angle of 293.43º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F159E is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 21 | 158 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.38 |
| HSL | 293.43º | 0.77% | 0.35% | - |
| HSV(B) | 293.43º | 0.87% | 0.62% | - |
| XYZ | 17.77 | 8.84 | 33.12 | - |
| YUV | 73.1 | 175.92 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 21 | 158 | 0.09 | 0.87 | 0 | 0.38 | 293.43 | 0.77 | 0.35 |
| Hex | 8F | 15 | 9E | 9 | 57 | 0 | 26 | 125 | 4D | 23 |
| Octal | 217 | 25 | 236 | 11 | 127 | 0 | 46 | 445 | 115 | 43 |
| Binary | 10001111 | 10101 | 10011110 | 1001 | 1010111 | 0 | 100110 | 100100101 | 1001101 | 100011 |
Color Harmonies of #8F159E
Complementary color
Monochromatic Colors of #8F159E
Black with #8F159E
Text Example
Text Example
White with #8F159E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F159E; }
p { color: rgb(143,21,158); }
H1.HeaderClassName
{
color: #8F159E;
}
.AnyTagClassName
{
color: #8F159E;
}
</style>
background-color css
<style>
a { background-color: #8F159E; }
a { background-color: rgb(143,21,158); }
div.DivClassName
{
background-color: #8F159E;
}
.BgClassName
{
background-color: #8F159E;
}
</style>
border-color css
<style>
span { border-color: #8F159E; }
span { border-color: rgb(143,21,158); }
td.TdClassName
{
border-color: #8F159E;
}
.TagClassName
{
border-color: #8F159E;
}
</style>