Shades of Dark Magenta #9F1097
Tints of Dark Magenta #9F1097
RGB
CMYK
RGB Variations
Color information
#9F1097 (or 0x9F1097) is known color: Dark Magenta. HEX triplet: 9F, 10 and 97. RGB value is (159,16,151). Sum of RGB (Red+Green+Blue) = 159+16+151=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1097 is #60EF68. Grayscale: #494949. Windows color (decimal): -6352745 or 9900191. OLE color: 9900191.
HSL color Cylindrical-coordinate representation of color #9F1097: hue angle of 303.36º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F1097 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 16 | 151 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.38 |
| HSL | 303.36º | 0.82% | 0.34% | - |
| HSV(B) | 303.36º | 0.9% | 0.62% | - |
| XYZ | 20.07 | 9.98 | 30.15 | - |
| YUV | 74.15 | 171.38 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 151 | 0 | 0.90 | 0.05 | 0.38 | 303.36 | 0.82 | 0.34 |
| Hex | 9F | 10 | 97 | 0 | 5A | 5 | 26 | 12F | 52 | 22 |
| Octal | 237 | 20 | 227 | 0 | 132 | 5 | 46 | 457 | 122 | 42 |
| Binary | 10011111 | 10000 | 10010111 | 0 | 1011010 | 101 | 100110 | 100101111 | 1010010 | 100010 |
Color Harmonies of #9F1097
Complementary color
Monochromatic Colors of #9F1097
Black with #9F1097
Text Example
Text Example
White with #9F1097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1097; }
p { color: rgb(159,16,151); }
H1.HeaderClassName
{
color: #9F1097;
}
.AnyTagClassName
{
color: #9F1097;
}
</style>
background-color css
<style>
a { background-color: #9F1097; }
a { background-color: rgb(159,16,151); }
div.DivClassName
{
background-color: #9F1097;
}
.BgClassName
{
background-color: #9F1097;
}
</style>
border-color css
<style>
span { border-color: #9F1097; }
span { border-color: rgb(159,16,151); }
td.TdClassName
{
border-color: #9F1097;
}
.TagClassName
{
border-color: #9F1097;
}
</style>