Shades of Dark Magenta #8F1190
Tints of Dark Magenta #8F1190
RGB
CMYK
RGB Variations
Color information
#8F1190 (or 0x8F1190) is known color: Dark Magenta. HEX triplet: 8F, 11 and 90. RGB value is (143,17,144). Sum of RGB (Red+Green+Blue) = 143+17+144=304 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.04% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F1190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1190 is #70EE6F. Grayscale: #444444. Windows color (decimal): -7401072 or 9441679. OLE color: 9441679.
HSL color Cylindrical-coordinate representation of color #8F1190: hue angle of 299.53º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F1190 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 17 | 144 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.44 |
| HSL | 299.53º | 0.79% | 0.32% | - |
| HSV(B) | 299.53º | 0.88% | 0.56% | - |
| XYZ | 16.56 | 8.25 | 27.11 | - |
| YUV | 69.15 | 170.24 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 17 | 144 | 0.01 | 0.88 | 0 | 0.44 | 299.53 | 0.79 | 0.32 |
| Hex | 8F | 11 | 90 | 1 | 58 | 0 | 2C | 12C | 4F | 20 |
| Octal | 217 | 21 | 220 | 1 | 130 | 0 | 54 | 454 | 117 | 40 |
| Binary | 10001111 | 10001 | 10010000 | 1 | 1011000 | 0 | 101100 | 100101100 | 1001111 | 100000 |
Color Harmonies of #8F1190
Complementary color
Monochromatic Colors of #8F1190
Black with #8F1190
Text Example
Text Example
White with #8F1190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1190; }
p { color: rgb(143,17,144); }
H1.HeaderClassName
{
color: #8F1190;
}
.AnyTagClassName
{
color: #8F1190;
}
</style>
background-color css
<style>
a { background-color: #8F1190; }
a { background-color: rgb(143,17,144); }
div.DivClassName
{
background-color: #8F1190;
}
.BgClassName
{
background-color: #8F1190;
}
</style>
border-color css
<style>
span { border-color: #8F1190; }
span { border-color: rgb(143,17,144); }
td.TdClassName
{
border-color: #8F1190;
}
.TagClassName
{
border-color: #8F1190;
}
</style>