Shades of Dark Magenta #9F0A93
Tints of Dark Magenta #9F0A93
RGB
CMYK
RGB Variations
Color information
#9F0A93 (or 0x9F0A93) is known color: Dark Magenta. HEX triplet: 9F, 0A and 93. RGB value is (159,10,147). Sum of RGB (Red+Green+Blue) = 159+10+147=316 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.32% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0A93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0A93 is #60F56C. Grayscale: #454545. Windows color (decimal): -6354285 or 9636511. OLE color: 9636511.
HSL color Cylindrical-coordinate representation of color #9F0A93: hue angle of 304.83º 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 #9F0A93 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 10 | 147 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.38 |
| HSL | 304.83º | 0.88% | 0.33% | - |
| HSV(B) | 304.83º | 0.94% | 0.62% | - |
| XYZ | 19.67 | 9.69 | 28.44 | - |
| YUV | 70.17 | 171.36 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 10 | 147 | 0 | 0.94 | 0.08 | 0.38 | 304.83 | 0.88 | 0.33 |
| Hex | 9F | A | 93 | 0 | 5E | 8 | 26 | 131 | 58 | 21 |
| Octal | 237 | 12 | 223 | 0 | 136 | 10 | 46 | 461 | 130 | 41 |
| Binary | 10011111 | 1010 | 10010011 | 0 | 1011110 | 1000 | 100110 | 100110001 | 1011000 | 100001 |
Color Harmonies of #9F0A93
Complementary color
Monochromatic Colors of #9F0A93
Black with #9F0A93
Text Example
Text Example
White with #9F0A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0A93; }
p { color: rgb(159,10,147); }
H1.HeaderClassName
{
color: #9F0A93;
}
.AnyTagClassName
{
color: #9F0A93;
}
</style>
background-color css
<style>
a { background-color: #9F0A93; }
a { background-color: rgb(159,10,147); }
div.DivClassName
{
background-color: #9F0A93;
}
.BgClassName
{
background-color: #9F0A93;
}
</style>
border-color css
<style>
span { border-color: #9F0A93; }
span { border-color: rgb(159,10,147); }
td.TdClassName
{
border-color: #9F0A93;
}
.TagClassName
{
border-color: #9F0A93;
}
</style>