Shades of Dark Magenta #8F0199
Tints of Dark Magenta #8F0199
RGB
CMYK
RGB Variations
Color information
#8F0199 (or 0x8F0199) is known color: Dark Magenta. HEX triplet: 8F, 01 and 99. RGB value is (143,1,153). Sum of RGB (Red+Green+Blue) = 143+1+153=297 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.15% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F0199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0199 is #70FE66. Grayscale: #3C3C3C. Windows color (decimal): -7405159 or 10027407. OLE color: 10027407.
HSL color Cylindrical-coordinate representation of color #8F0199: hue angle of 296.05º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F0199 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 1 | 153 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.4 |
| HSL | 296.05º | 0.99% | 0.3% | - |
| HSV(B) | 296.05º | 0.99% | 0.6% | - |
| XYZ | 17.09 | 8.16 | 30.81 | - |
| YUV | 60.79 | 180.04 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 1 | 153 | 0.07 | 0.99 | 0 | 0.4 | 296.05 | 0.99 | 0.3 |
| Hex | 8F | 1 | 99 | 7 | 63 | 0 | 28 | 128 | 63 | 1E |
| Octal | 217 | 1 | 231 | 7 | 143 | 0 | 50 | 450 | 143 | 36 |
| Binary | 10001111 | 1 | 10011001 | 111 | 1100011 | 0 | 101000 | 100101000 | 1100011 | 11110 |
Color Harmonies of #8F0199
Complementary color
Monochromatic Colors of #8F0199
Black with #8F0199
Text Example
Text Example
White with #8F0199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0199; }
p { color: rgb(143,1,153); }
H1.HeaderClassName
{
color: #8F0199;
}
.AnyTagClassName
{
color: #8F0199;
}
</style>
background-color css
<style>
a { background-color: #8F0199; }
a { background-color: rgb(143,1,153); }
div.DivClassName
{
background-color: #8F0199;
}
.BgClassName
{
background-color: #8F0199;
}
</style>
border-color css
<style>
span { border-color: #8F0199; }
span { border-color: rgb(143,1,153); }
td.TdClassName
{
border-color: #8F0199;
}
.TagClassName
{
border-color: #8F0199;
}
</style>