Shades of Dark Magenta #8F1394
Tints of Dark Magenta #8F1394
RGB
CMYK
RGB Variations
Color information
#8F1394 (or 0x8F1394) is known color: Dark Magenta. HEX triplet: 8F, 13 and 94. RGB value is (143,19,148). Sum of RGB (Red+Green+Blue) = 143+19+148=310 (41% of max value = 765). Red value is 143 (56.25% from 255 or 46.13% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 148 (58.20% from 255 or 47.74% from 310); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F1394 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1394 is #70EC6B. Grayscale: #464646. Windows color (decimal): -7400556 or 9704335. OLE color: 9704335.
HSL color Cylindrical-coordinate representation of color #8F1394: hue angle of 297.67º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F1394 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 19 | 148 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.42 |
| HSL | 297.67º | 0.77% | 0.33% | - |
| HSV(B) | 297.67º | 0.87% | 0.58% | - |
| XYZ | 16.91 | 8.44 | 28.76 | - |
| YUV | 70.78 | 171.58 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 19 | 148 | 0.03 | 0.87 | 0 | 0.42 | 297.67 | 0.77 | 0.33 |
| Hex | 8F | 13 | 94 | 3 | 57 | 0 | 2A | 12A | 4D | 21 |
| Octal | 217 | 23 | 224 | 3 | 127 | 0 | 52 | 452 | 115 | 41 |
| Binary | 10001111 | 10011 | 10010100 | 11 | 1010111 | 0 | 101010 | 100101010 | 1001101 | 100001 |
Color Harmonies of #8F1394
Complementary color
Monochromatic Colors of #8F1394
Black with #8F1394
Text Example
Text Example
White with #8F1394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1394; }
p { color: rgb(143,19,148); }
H1.HeaderClassName
{
color: #8F1394;
}
.AnyTagClassName
{
color: #8F1394;
}
</style>
background-color css
<style>
a { background-color: #8F1394; }
a { background-color: rgb(143,19,148); }
div.DivClassName
{
background-color: #8F1394;
}
.BgClassName
{
background-color: #8F1394;
}
</style>
border-color css
<style>
span { border-color: #8F1394; }
span { border-color: rgb(143,19,148); }
td.TdClassName
{
border-color: #8F1394;
}
.TagClassName
{
border-color: #8F1394;
}
</style>