Shades of Dark Magenta #8F1199
Tints of Dark Magenta #8F1199
RGB
CMYK
RGB Variations
Color information
#8F1199 (or 0x8F1199) is known color: Dark Magenta. HEX triplet: 8F, 11 and 99. RGB value is (143,17,153). Sum of RGB (Red+Green+Blue) = 143+17+153=313 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.69% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F1199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1199 is #70EE66. Grayscale: #454545. Windows color (decimal): -7401063 or 10031503. OLE color: 10031503.
HSL color Cylindrical-coordinate representation of color #8F1199: hue angle of 295.59º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F1199 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 17 | 153 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.4 |
| HSL | 295.59º | 0.8% | 0.33% | - |
| HSV(B) | 295.59º | 0.89% | 0.6% | - |
| XYZ | 17.28 | 8.54 | 30.87 | - |
| YUV | 70.18 | 174.74 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 17 | 153 | 0.07 | 0.89 | 0 | 0.4 | 295.59 | 0.8 | 0.33 |
| Hex | 8F | 11 | 99 | 7 | 59 | 0 | 28 | 128 | 50 | 21 |
| Octal | 217 | 21 | 231 | 7 | 131 | 0 | 50 | 450 | 120 | 41 |
| Binary | 10001111 | 10001 | 10011001 | 111 | 1011001 | 0 | 101000 | 100101000 | 1010000 | 100001 |
Color Harmonies of #8F1199
Complementary color
Monochromatic Colors of #8F1199
Black with #8F1199
Text Example
Text Example
White with #8F1199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1199; }
p { color: rgb(143,17,153); }
H1.HeaderClassName
{
color: #8F1199;
}
.AnyTagClassName
{
color: #8F1199;
}
</style>
background-color css
<style>
a { background-color: #8F1199; }
a { background-color: rgb(143,17,153); }
div.DivClassName
{
background-color: #8F1199;
}
.BgClassName
{
background-color: #8F1199;
}
</style>
border-color css
<style>
span { border-color: #8F1199; }
span { border-color: rgb(143,17,153); }
td.TdClassName
{
border-color: #8F1199;
}
.TagClassName
{
border-color: #8F1199;
}
</style>