Shades of Dark Magenta #9F008F
Tints of Dark Magenta #9F008F
RGB
CMYK
RGB Variations
Color information
#9F008F (or 0x9F008F) is known color: Dark Magenta. HEX triplet: 9F, 00 and 8F. RGB value is (159,0,143). Sum of RGB (Red+Green+Blue) = 159+0+143=302 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.65% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 159 - color contains mainly: red. Hex color #9F008F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F008F is #60FF70. Grayscale: #3F3F3F. Windows color (decimal): -6356849 or 9371807. OLE color: 9371807.
HSL color Cylindrical-coordinate representation of color #9F008F: hue angle of 306.04º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F008F is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.10 | 0.38 |
| HSL | 306.04º | 1% | 0.31% | - |
| HSV(B) | 306.04º | 1% | 0.62% | - |
| XYZ | 19.26 | 9.35 | 26.78 | - |
| YUV | 63.84 | 172.68 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 143 | 0 | 1 | 0.10 | 0.38 | 306.04 | 1 | 0.31 |
| Hex | 9F | 0 | 8F | 0 | 64 | A | 26 | 132 | 64 | 1F |
| Octal | 237 | 0 | 217 | 0 | 144 | 12 | 46 | 462 | 144 | 37 |
| Binary | 10011111 | 0 | 10001111 | 0 | 1100100 | 1010 | 100110 | 100110010 | 1100100 | 11111 |
Color Harmonies of #9F008F
Complementary color
Monochromatic Colors of #9F008F
Black with #9F008F
Text Example
Text Example
White with #9F008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F008F; }
p { color: rgb(159,0,143); }
H1.HeaderClassName
{
color: #9F008F;
}
.AnyTagClassName
{
color: #9F008F;
}
</style>
background-color css
<style>
a { background-color: #9F008F; }
a { background-color: rgb(159,0,143); }
div.DivClassName
{
background-color: #9F008F;
}
.BgClassName
{
background-color: #9F008F;
}
</style>
border-color css
<style>
span { border-color: #9F008F; }
span { border-color: rgb(159,0,143); }
td.TdClassName
{
border-color: #9F008F;
}
.TagClassName
{
border-color: #9F008F;
}
</style>