Shades of Dark Magenta #8F1996
Tints of Dark Magenta #8F1996
RGB
CMYK
RGB Variations
Color information
#8F1996 (or 0x8F1996) is known color: Dark Magenta. HEX triplet: 8F, 19 and 96. RGB value is (143,25,150). Sum of RGB (Red+Green+Blue) = 143+25+150=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 150 - color contains mainly: blue. Hex color #8F1996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1996 is #70E669. Grayscale: #4A4A4A. Windows color (decimal): -7399018 or 9836943. OLE color: 9836943.
HSL color Cylindrical-coordinate representation of color #8F1996: hue angle of 296.64º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F1996 is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 25 | 150 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.41 |
| HSL | 296.64º | 0.71% | 0.34% | - |
| HSV(B) | 296.64º | 0.83% | 0.59% | - |
| XYZ | 17.18 | 8.74 | 29.64 | - |
| YUV | 74.53 | 170.59 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 25 | 150 | 0.05 | 0.83 | 0 | 0.41 | 296.64 | 0.71 | 0.34 |
| Hex | 8F | 19 | 96 | 5 | 53 | 0 | 29 | 129 | 47 | 22 |
| Octal | 217 | 31 | 226 | 5 | 123 | 0 | 51 | 451 | 107 | 42 |
| Binary | 10001111 | 11001 | 10010110 | 101 | 1010011 | 0 | 101001 | 100101001 | 1000111 | 100010 |
Color Harmonies of #8F1996
Complementary color
Monochromatic Colors of #8F1996
Black with #8F1996
Text Example
Text Example
White with #8F1996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1996; }
p { color: rgb(143,25,150); }
H1.HeaderClassName
{
color: #8F1996;
}
.AnyTagClassName
{
color: #8F1996;
}
</style>
background-color css
<style>
a { background-color: #8F1996; }
a { background-color: rgb(143,25,150); }
div.DivClassName
{
background-color: #8F1996;
}
.BgClassName
{
background-color: #8F1996;
}
</style>
border-color css
<style>
span { border-color: #8F1996; }
span { border-color: rgb(143,25,150); }
td.TdClassName
{
border-color: #8F1996;
}
.TagClassName
{
border-color: #8F1996;
}
</style>