Shades of Dark Magenta #8F199C
Tints of Dark Magenta #8F199C
RGB
CMYK
RGB Variations
Color information
#8F199C (or 0x8F199C) is known color: Dark Magenta. HEX triplet: 8F, 19 and 9C. RGB value is (143,25,156). Sum of RGB (Red+Green+Blue) = 143+25+156=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #8F199C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F199C is #70E663. Grayscale: #4A4A4A. Windows color (decimal): -7399012 or 10230159. OLE color: 10230159.
HSL color Cylindrical-coordinate representation of color #8F199C: hue angle of 294.05º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F199C is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 25 | 156 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.39 |
| HSL | 294.05º | 0.72% | 0.35% | - |
| HSV(B) | 294.05º | 0.84% | 0.61% | - |
| XYZ | 17.68 | 8.94 | 32.25 | - |
| YUV | 75.22 | 173.59 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 25 | 156 | 0.08 | 0.84 | 0 | 0.39 | 294.05 | 0.72 | 0.35 |
| Hex | 8F | 19 | 9C | 8 | 54 | 0 | 27 | 126 | 48 | 23 |
| Octal | 217 | 31 | 234 | 10 | 124 | 0 | 47 | 446 | 110 | 43 |
| Binary | 10001111 | 11001 | 10011100 | 1000 | 1010100 | 0 | 100111 | 100100110 | 1001000 | 100011 |
Color Harmonies of #8F199C
Complementary color
Monochromatic Colors of #8F199C
Black with #8F199C
Text Example
Text Example
White with #8F199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F199C; }
p { color: rgb(143,25,156); }
H1.HeaderClassName
{
color: #8F199C;
}
.AnyTagClassName
{
color: #8F199C;
}
</style>
background-color css
<style>
a { background-color: #8F199C; }
a { background-color: rgb(143,25,156); }
div.DivClassName
{
background-color: #8F199C;
}
.BgClassName
{
background-color: #8F199C;
}
</style>
border-color css
<style>
span { border-color: #8F199C; }
span { border-color: rgb(143,25,156); }
td.TdClassName
{
border-color: #8F199C;
}
.TagClassName
{
border-color: #8F199C;
}
</style>