Shades of Dark Magenta #8F158B
Tints of Dark Magenta #8F158B
RGB
CMYK
RGB Variations
Color information
#8F158B (or 0x8F158B) is known color: Dark Magenta. HEX triplet: 8F, 15 and 8B. RGB value is (143,21,139). Sum of RGB (Red+Green+Blue) = 143+21+139=303 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.19% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 143 - color contains mainly: red. Hex color #8F158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F158B is #70EA74. Grayscale: #464646. Windows color (decimal): -7400053 or 9115023. OLE color: 9115023.
HSL color Cylindrical-coordinate representation of color #8F158B: hue angle of 301.97º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F158B is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 21 | 139 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.44 |
| HSL | 301.97º | 0.74% | 0.32% | - |
| HSV(B) | 301.97º | 0.85% | 0.56% | - |
| XYZ | 16.26 | 8.24 | 25.16 | - |
| YUV | 70.93 | 166.42 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 21 | 139 | 0 | 0.85 | 0.03 | 0.44 | 301.97 | 0.74 | 0.32 |
| Hex | 8F | 15 | 8B | 0 | 55 | 3 | 2C | 12E | 4A | 20 |
| Octal | 217 | 25 | 213 | 0 | 125 | 3 | 54 | 456 | 112 | 40 |
| Binary | 10001111 | 10101 | 10001011 | 0 | 1010101 | 11 | 101100 | 100101110 | 1001010 | 100000 |
Color Harmonies of #8F158B
Complementary color
Monochromatic Colors of #8F158B
Black with #8F158B
Text Example
Text Example
White with #8F158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F158B; }
p { color: rgb(143,21,139); }
H1.HeaderClassName
{
color: #8F158B;
}
.AnyTagClassName
{
color: #8F158B;
}
</style>
background-color css
<style>
a { background-color: #8F158B; }
a { background-color: rgb(143,21,139); }
div.DivClassName
{
background-color: #8F158B;
}
.BgClassName
{
background-color: #8F158B;
}
</style>
border-color css
<style>
span { border-color: #8F158B; }
span { border-color: rgb(143,21,139); }
td.TdClassName
{
border-color: #8F158B;
}
.TagClassName
{
border-color: #8F158B;
}
</style>