Shades of Dark Magenta #8F0D99
Tints of Dark Magenta #8F0D99
RGB
CMYK
RGB Variations
Color information
#8F0D99 (or 0x8F0D99) is known color: Dark Magenta. HEX triplet: 8F, 0D and 99. RGB value is (143,13,153). Sum of RGB (Red+Green+Blue) = 143+13+153=309 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.28% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F0D99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0D99 is #70F266. Grayscale: #434343. Windows color (decimal): -7402087 or 10030479. OLE color: 10030479.
HSL color Cylindrical-coordinate representation of color #8F0D99: hue angle of 295.71º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F0D99 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 13 | 153 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.4 |
| HSL | 295.71º | 0.84% | 0.33% | - |
| HSV(B) | 295.71º | 0.92% | 0.6% | - |
| XYZ | 17.22 | 8.43 | 30.86 | - |
| YUV | 67.83 | 176.07 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 13 | 153 | 0.07 | 0.92 | 0 | 0.4 | 295.71 | 0.84 | 0.33 |
| Hex | 8F | D | 99 | 7 | 5C | 0 | 28 | 128 | 54 | 21 |
| Octal | 217 | 15 | 231 | 7 | 134 | 0 | 50 | 450 | 124 | 41 |
| Binary | 10001111 | 1101 | 10011001 | 111 | 1011100 | 0 | 101000 | 100101000 | 1010100 | 100001 |
Color Harmonies of #8F0D99
Complementary color
Monochromatic Colors of #8F0D99
Black with #8F0D99
Text Example
Text Example
White with #8F0D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0D99; }
p { color: rgb(143,13,153); }
H1.HeaderClassName
{
color: #8F0D99;
}
.AnyTagClassName
{
color: #8F0D99;
}
</style>
background-color css
<style>
a { background-color: #8F0D99; }
a { background-color: rgb(143,13,153); }
div.DivClassName
{
background-color: #8F0D99;
}
.BgClassName
{
background-color: #8F0D99;
}
</style>
border-color css
<style>
span { border-color: #8F0D99; }
span { border-color: rgb(143,13,153); }
td.TdClassName
{
border-color: #8F0D99;
}
.TagClassName
{
border-color: #8F0D99;
}
</style>