Shades of Dark Magenta #8F159B
Tints of Dark Magenta #8F159B
RGB
CMYK
RGB Variations
Color information
#8F159B (or 0x8F159B) is known color: Dark Magenta. HEX triplet: 8F, 15 and 9B. RGB value is (143,21,155). Sum of RGB (Red+Green+Blue) = 143+21+155=319 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.83% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F159B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F159B is #70EA64. Grayscale: #484848. Windows color (decimal): -7400037 or 10163599. OLE color: 10163599.
HSL color Cylindrical-coordinate representation of color #8F159B: hue angle of 294.63º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F159B is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 21 | 155 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.39 |
| HSL | 294.63º | 0.76% | 0.35% | - |
| HSV(B) | 294.63º | 0.86% | 0.61% | - |
| XYZ | 17.51 | 8.74 | 31.77 | - |
| YUV | 72.75 | 174.42 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 21 | 155 | 0.08 | 0.86 | 0 | 0.39 | 294.63 | 0.76 | 0.35 |
| Hex | 8F | 15 | 9B | 8 | 56 | 0 | 27 | 127 | 4C | 23 |
| Octal | 217 | 25 | 233 | 10 | 126 | 0 | 47 | 447 | 114 | 43 |
| Binary | 10001111 | 10101 | 10011011 | 1000 | 1010110 | 0 | 100111 | 100100111 | 1001100 | 100011 |
Color Harmonies of #8F159B
Complementary color
Monochromatic Colors of #8F159B
Black with #8F159B
Text Example
Text Example
White with #8F159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F159B; }
p { color: rgb(143,21,155); }
H1.HeaderClassName
{
color: #8F159B;
}
.AnyTagClassName
{
color: #8F159B;
}
</style>
background-color css
<style>
a { background-color: #8F159B; }
a { background-color: rgb(143,21,155); }
div.DivClassName
{
background-color: #8F159B;
}
.BgClassName
{
background-color: #8F159B;
}
</style>
border-color css
<style>
span { border-color: #8F159B; }
span { border-color: rgb(143,21,155); }
td.TdClassName
{
border-color: #8F159B;
}
.TagClassName
{
border-color: #8F159B;
}
</style>