Shades of Dark Magenta #9B0F97
Tints of Dark Magenta #9B0F97
RGB
CMYK
RGB Variations
Color information
#9B0F97 (or 0x9B0F97) is known color: Dark Magenta. HEX triplet: 9B, 0F and 97. RGB value is (155,15,151). Sum of RGB (Red+Green+Blue) = 155+15+151=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0F97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0F97 is #64F068. Grayscale: #474747. Windows color (decimal): -6615145 or 9899931. OLE color: 9899931.
HSL color Cylindrical-coordinate representation of color #9B0F97: hue angle of 301.71º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B0F97 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 15 | 151 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.39 |
| HSL | 301.71º | 0.82% | 0.33% | - |
| HSV(B) | 301.71º | 0.9% | 0.61% | - |
| XYZ | 19.27 | 9.54 | 30.1 | - |
| YUV | 72.36 | 172.38 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 15 | 151 | 0 | 0.90 | 0.03 | 0.39 | 301.71 | 0.82 | 0.33 |
| Hex | 9B | F | 97 | 0 | 5A | 3 | 27 | 12E | 52 | 21 |
| Octal | 233 | 17 | 227 | 0 | 132 | 3 | 47 | 456 | 122 | 41 |
| Binary | 10011011 | 1111 | 10010111 | 0 | 1011010 | 11 | 100111 | 100101110 | 1010010 | 100001 |
Color Harmonies of #9B0F97
Complementary color
Monochromatic Colors of #9B0F97
Black with #9B0F97
Text Example
Text Example
White with #9B0F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0F97; }
p { color: rgb(155,15,151); }
H1.HeaderClassName
{
color: #9B0F97;
}
.AnyTagClassName
{
color: #9B0F97;
}
</style>
background-color css
<style>
a { background-color: #9B0F97; }
a { background-color: rgb(155,15,151); }
div.DivClassName
{
background-color: #9B0F97;
}
.BgClassName
{
background-color: #9B0F97;
}
</style>
border-color css
<style>
span { border-color: #9B0F97; }
span { border-color: rgb(155,15,151); }
td.TdClassName
{
border-color: #9B0F97;
}
.TagClassName
{
border-color: #9B0F97;
}
</style>