Shades of Dark Magenta #8F1C96
Tints of Dark Magenta #8F1C96
RGB
CMYK
RGB Variations
Color information
#8F1C96 (or 0x8F1C96) is known color: Dark Magenta. HEX triplet: 8F, 1C and 96. RGB value is (143,28,150). Sum of RGB (Red+Green+Blue) = 143+28+150=321 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.55% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #8F1C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F1C96 is #70E369. Grayscale: #4B4B4B. Windows color (decimal): -7398250 or 9837711. OLE color: 9837711.
HSL color Cylindrical-coordinate representation of color #8F1C96: hue angle of 296.56º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F1C96 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 28 | 150 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.41 |
| HSL | 296.56º | 0.69% | 0.35% | - |
| HSV(B) | 296.56º | 0.81% | 0.59% | - |
| XYZ | 17.25 | 8.87 | 29.66 | - |
| YUV | 76.29 | 169.6 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 28 | 150 | 0.05 | 0.81 | 0 | 0.41 | 296.56 | 0.69 | 0.35 |
| Hex | 8F | 1C | 96 | 5 | 51 | 0 | 29 | 129 | 45 | 23 |
| Octal | 217 | 34 | 226 | 5 | 121 | 0 | 51 | 451 | 105 | 43 |
| Binary | 10001111 | 11100 | 10010110 | 101 | 1010001 | 0 | 101001 | 100101001 | 1000101 | 100011 |
Color Harmonies of #8F1C96
Complementary color
Monochromatic Colors of #8F1C96
Black with #8F1C96
Text Example
Text Example
White with #8F1C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1C96; }
p { color: rgb(143,28,150); }
H1.HeaderClassName
{
color: #8F1C96;
}
.AnyTagClassName
{
color: #8F1C96;
}
</style>
background-color css
<style>
a { background-color: #8F1C96; }
a { background-color: rgb(143,28,150); }
div.DivClassName
{
background-color: #8F1C96;
}
.BgClassName
{
background-color: #8F1C96;
}
</style>
border-color css
<style>
span { border-color: #8F1C96; }
span { border-color: rgb(143,28,150); }
td.TdClassName
{
border-color: #8F1C96;
}
.TagClassName
{
border-color: #8F1C96;
}
</style>