Shades of Dark Magenta #9F0A8E
Tints of Dark Magenta #9F0A8E
RGB
CMYK
RGB Variations
Color information
#9F0A8E (or 0x9F0A8E) is known color: Dark Magenta. HEX triplet: 9F, 0A and 8E. RGB value is (159,10,142). Sum of RGB (Red+Green+Blue) = 159+10+142=311 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.13% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0A8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0A8E is #60F571. Grayscale: #454545. Windows color (decimal): -6354290 or 9308831. OLE color: 9308831.
HSL color Cylindrical-coordinate representation of color #9F0A8E: hue angle of 306.85º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0A8E is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 10 | 142 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.38 |
| HSL | 306.85º | 0.88% | 0.33% | - |
| HSV(B) | 306.85º | 0.94% | 0.62% | - |
| XYZ | 19.29 | 9.54 | 26.42 | - |
| YUV | 69.6 | 168.86 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 10 | 142 | 0 | 0.94 | 0.11 | 0.38 | 306.85 | 0.88 | 0.33 |
| Hex | 9F | A | 8E | 0 | 5E | B | 26 | 133 | 58 | 21 |
| Octal | 237 | 12 | 216 | 0 | 136 | 13 | 46 | 463 | 130 | 41 |
| Binary | 10011111 | 1010 | 10001110 | 0 | 1011110 | 1011 | 100110 | 100110011 | 1011000 | 100001 |
Color Harmonies of #9F0A8E
Complementary color
Monochromatic Colors of #9F0A8E
Black with #9F0A8E
Text Example
Text Example
White with #9F0A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0A8E; }
p { color: rgb(159,10,142); }
H1.HeaderClassName
{
color: #9F0A8E;
}
.AnyTagClassName
{
color: #9F0A8E;
}
</style>
background-color css
<style>
a { background-color: #9F0A8E; }
a { background-color: rgb(159,10,142); }
div.DivClassName
{
background-color: #9F0A8E;
}
.BgClassName
{
background-color: #9F0A8E;
}
</style>
border-color css
<style>
span { border-color: #9F0A8E; }
span { border-color: rgb(159,10,142); }
td.TdClassName
{
border-color: #9F0A8E;
}
.TagClassName
{
border-color: #9F0A8E;
}
</style>