Shades of Dark Magenta #8F1C92
Tints of Dark Magenta #8F1C92
RGB
CMYK
RGB Variations
Color information
#8F1C92 (or 0x8F1C92) is known color: Dark Magenta. HEX triplet: 8F, 1C and 92. RGB value is (143,28,146). Sum of RGB (Red+Green+Blue) = 143+28+146=317 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.11% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F1C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F1C92 is #70E36D. Grayscale: #4B4B4B. Windows color (decimal): -7398254 or 9575567. OLE color: 9575567.
HSL color Cylindrical-coordinate representation of color #8F1C92: hue angle of 298.47º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F1C92 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 28 | 146 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.43 |
| HSL | 298.47º | 0.68% | 0.34% | - |
| HSV(B) | 298.47º | 0.81% | 0.57% | - |
| XYZ | 16.93 | 8.75 | 27.99 | - |
| YUV | 75.84 | 167.6 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 28 | 146 | 0.02 | 0.81 | 0 | 0.43 | 298.47 | 0.68 | 0.34 |
| Hex | 8F | 1C | 92 | 2 | 51 | 0 | 2B | 12A | 44 | 22 |
| Octal | 217 | 34 | 222 | 2 | 121 | 0 | 53 | 452 | 104 | 42 |
| Binary | 10001111 | 11100 | 10010010 | 10 | 1010001 | 0 | 101011 | 100101010 | 1000100 | 100010 |
Color Harmonies of #8F1C92
Complementary color
Monochromatic Colors of #8F1C92
Black with #8F1C92
Text Example
Text Example
White with #8F1C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1C92; }
p { color: rgb(143,28,146); }
H1.HeaderClassName
{
color: #8F1C92;
}
.AnyTagClassName
{
color: #8F1C92;
}
</style>
background-color css
<style>
a { background-color: #8F1C92; }
a { background-color: rgb(143,28,146); }
div.DivClassName
{
background-color: #8F1C92;
}
.BgClassName
{
background-color: #8F1C92;
}
</style>
border-color css
<style>
span { border-color: #8F1C92; }
span { border-color: rgb(143,28,146); }
td.TdClassName
{
border-color: #8F1C92;
}
.TagClassName
{
border-color: #8F1C92;
}
</style>