Shades of Dark Magenta #9F008E
Tints of Dark Magenta #9F008E
RGB
CMYK
RGB Variations
Color information
#9F008E (or 0x9F008E) is known color: Dark Magenta. HEX triplet: 9F, 00 and 8E. RGB value is (159,0,142). Sum of RGB (Red+Green+Blue) = 159+0+142=301 (39% of max value = 765). Red value is 159 (62.5% from 255 or 52.82% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 159 - color contains mainly: red. Hex color #9F008E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F008E is #60FF71. Grayscale: #3F3F3F. Windows color (decimal): -6356850 or 9306271. OLE color: 9306271.
HSL color Cylindrical-coordinate representation of color #9F008E: hue angle of 306.42º 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 #9F008E is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 0 | 142 | - |
| CMYK | 0 | 1 | 0.11 | 0.38 |
| HSL | 306.42º | 1% | 0.31% | - |
| HSV(B) | 306.42º | 1% | 0.62% | - |
| XYZ | 19.18 | 9.32 | 26.38 | - |
| YUV | 63.73 | 172.18 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 142 | 0 | 1 | 0.11 | 0.38 | 306.42 | 1 | 0.31 |
| Hex | 9F | 0 | 8E | 0 | 64 | B | 26 | 132 | 64 | 1F |
| Octal | 237 | 0 | 216 | 0 | 144 | 13 | 46 | 462 | 144 | 37 |
| Binary | 10011111 | 0 | 10001110 | 0 | 1100100 | 1011 | 100110 | 100110010 | 1100100 | 11111 |
Color Harmonies of #9F008E
Complementary color
Monochromatic Colors of #9F008E
Black with #9F008E
Text Example
Text Example
White with #9F008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F008E; }
p { color: rgb(159,0,142); }
H1.HeaderClassName
{
color: #9F008E;
}
.AnyTagClassName
{
color: #9F008E;
}
</style>
background-color css
<style>
a { background-color: #9F008E; }
a { background-color: rgb(159,0,142); }
div.DivClassName
{
background-color: #9F008E;
}
.BgClassName
{
background-color: #9F008E;
}
</style>
border-color css
<style>
span { border-color: #9F008E; }
span { border-color: rgb(159,0,142); }
td.TdClassName
{
border-color: #9F008E;
}
.TagClassName
{
border-color: #9F008E;
}
</style>