Shades of Dark Magenta #9F01A7
Tints of Dark Magenta #9F01A7
RGB
CMYK
RGB Variations
Color information
#9F01A7 (or 0x9F01A7) is known color: Dark Magenta. HEX triplet: 9F, 01 and A7. RGB value is (159,1,167). Sum of RGB (Red+Green+Blue) = 159+1+167=327 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.62% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 167 (65.62% from 255 or 51.07% from 327); Max value from RGB is 167 - color contains mainly: blue. Hex color #9F01A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F01A7 is #60FE58. Grayscale: #424242. Windows color (decimal): -6356569 or 10944927. OLE color: 10944927.
HSL color Cylindrical-coordinate representation of color #9F01A7: hue angle of 297.11º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F01A7 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 1 | 167 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.35 |
| HSL | 297.11º | 0.99% | 0.33% | - |
| HSV(B) | 297.11º | 0.99% | 0.65% | - |
| XYZ | 21.28 | 10.18 | 37.4 | - |
| YUV | 67.17 | 184.35 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 167 | 0.05 | 0.99 | 0 | 0.35 | 297.11 | 0.99 | 0.33 |
| Hex | 9F | 1 | A7 | 5 | 63 | 0 | 23 | 129 | 63 | 21 |
| Octal | 237 | 1 | 247 | 5 | 143 | 0 | 43 | 451 | 143 | 41 |
| Binary | 10011111 | 1 | 10100111 | 101 | 1100011 | 0 | 100011 | 100101001 | 1100011 | 100001 |
Color Harmonies of #9F01A7
Complementary color
Monochromatic Colors of #9F01A7
Black with #9F01A7
Text Example
Text Example
White with #9F01A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F01A7; }
p { color: rgb(159,1,167); }
H1.HeaderClassName
{
color: #9F01A7;
}
.AnyTagClassName
{
color: #9F01A7;
}
</style>
background-color css
<style>
a { background-color: #9F01A7; }
a { background-color: rgb(159,1,167); }
div.DivClassName
{
background-color: #9F01A7;
}
.BgClassName
{
background-color: #9F01A7;
}
</style>
border-color css
<style>
span { border-color: #9F01A7; }
span { border-color: rgb(159,1,167); }
td.TdClassName
{
border-color: #9F01A7;
}
.TagClassName
{
border-color: #9F01A7;
}
</style>