Shades of Dark Magenta #8F1699
Tints of Dark Magenta #8F1699
RGB
CMYK
RGB Variations
Color information
#8F1699 (or 0x8F1699) is known color: Dark Magenta. HEX triplet: 8F, 16 and 99. RGB value is (143,22,153). Sum of RGB (Red+Green+Blue) = 143+22+153=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F1699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1699 is #70E966. Grayscale: #484848. Windows color (decimal): -7399783 or 10032783. OLE color: 10032783.
HSL color Cylindrical-coordinate representation of color #8F1699: hue angle of 295.42º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F1699 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 22 | 153 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.4 |
| HSL | 295.42º | 0.75% | 0.34% | - |
| HSV(B) | 295.42º | 0.86% | 0.6% | - |
| XYZ | 17.36 | 8.71 | 30.9 | - |
| YUV | 73.11 | 173.09 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 153 | 0.07 | 0.86 | 0 | 0.4 | 295.42 | 0.75 | 0.34 |
| Hex | 8F | 16 | 99 | 7 | 56 | 0 | 28 | 127 | 4B | 22 |
| Octal | 217 | 26 | 231 | 7 | 126 | 0 | 50 | 447 | 113 | 42 |
| Binary | 10001111 | 10110 | 10011001 | 111 | 1010110 | 0 | 101000 | 100100111 | 1001011 | 100010 |
Color Harmonies of #8F1699
Complementary color
Monochromatic Colors of #8F1699
Black with #8F1699
Text Example
Text Example
White with #8F1699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1699; }
p { color: rgb(143,22,153); }
H1.HeaderClassName
{
color: #8F1699;
}
.AnyTagClassName
{
color: #8F1699;
}
</style>
background-color css
<style>
a { background-color: #8F1699; }
a { background-color: rgb(143,22,153); }
div.DivClassName
{
background-color: #8F1699;
}
.BgClassName
{
background-color: #8F1699;
}
</style>
border-color css
<style>
span { border-color: #8F1699; }
span { border-color: rgb(143,22,153); }
td.TdClassName
{
border-color: #8F1699;
}
.TagClassName
{
border-color: #8F1699;
}
</style>