Shades of Dark Magenta #8F159D
Tints of Dark Magenta #8F159D
RGB
CMYK
RGB Variations
Color information
#8F159D (or 0x8F159D) is known color: Dark Magenta. HEX triplet: 8F, 15 and 9D. RGB value is (143,21,157). Sum of RGB (Red+Green+Blue) = 143+21+157=321 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.55% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F159D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F159D is #70EA62. Grayscale: #484848. Windows color (decimal): -7400035 or 10294671. OLE color: 10294671.
HSL color Cylindrical-coordinate representation of color #8F159D: hue angle of 293.82º degrees, saturation: 0.76, 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 #8F159D is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 21 | 157 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.38 |
| HSL | 293.82º | 0.76% | 0.35% | - |
| HSV(B) | 293.82º | 0.87% | 0.62% | - |
| XYZ | 17.68 | 8.81 | 32.67 | - |
| YUV | 72.98 | 175.42 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 21 | 157 | 0.09 | 0.87 | 0 | 0.38 | 293.82 | 0.76 | 0.35 |
| Hex | 8F | 15 | 9D | 9 | 57 | 0 | 26 | 126 | 4C | 23 |
| Octal | 217 | 25 | 235 | 11 | 127 | 0 | 46 | 446 | 114 | 43 |
| Binary | 10001111 | 10101 | 10011101 | 1001 | 1010111 | 0 | 100110 | 100100110 | 1001100 | 100011 |
Color Harmonies of #8F159D
Complementary color
Monochromatic Colors of #8F159D
Black with #8F159D
Text Example
Text Example
White with #8F159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F159D; }
p { color: rgb(143,21,157); }
H1.HeaderClassName
{
color: #8F159D;
}
.AnyTagClassName
{
color: #8F159D;
}
</style>
background-color css
<style>
a { background-color: #8F159D; }
a { background-color: rgb(143,21,157); }
div.DivClassName
{
background-color: #8F159D;
}
.BgClassName
{
background-color: #8F159D;
}
</style>
border-color css
<style>
span { border-color: #8F159D; }
span { border-color: rgb(143,21,157); }
td.TdClassName
{
border-color: #8F159D;
}
.TagClassName
{
border-color: #8F159D;
}
</style>