Shades of Dark Magenta #9B0980
Tints of Dark Magenta #9B0980
RGB
CMYK
RGB Variations
Color information
#9B0980 (or 0x9B0980) is known color: Dark Magenta. HEX triplet: 9B, 09 and 80. RGB value is (155,9,128). Sum of RGB (Red+Green+Blue) = 155+9+128=292 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.08% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0980 is #64F67F. Grayscale: #414141. Windows color (decimal): -6616704 or 8391067. OLE color: 8391067.
HSL color Cylindrical-coordinate representation of color #9B0980: hue angle of 311.1º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0980 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 9 | 128 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.39 |
| HSL | 311.1º | 0.89% | 0.32% | - |
| HSV(B) | 311.1º | 0.94% | 0.61% | - |
| XYZ | 17.51 | 8.72 | 21.18 | - |
| YUV | 66.22 | 162.87 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 9 | 128 | 0 | 0.94 | 0.17 | 0.39 | 311.1 | 0.89 | 0.32 |
| Hex | 9B | 9 | 80 | 0 | 5E | 11 | 27 | 137 | 59 | 20 |
| Octal | 233 | 11 | 200 | 0 | 136 | 21 | 47 | 467 | 131 | 40 |
| Binary | 10011011 | 1001 | 10000000 | 0 | 1011110 | 10001 | 100111 | 100110111 | 1011001 | 100000 |
Color Harmonies of #9B0980
Complementary color
Monochromatic Colors of #9B0980
Black with #9B0980
Text Example
Text Example
White with #9B0980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0980; }
p { color: rgb(155,9,128); }
H1.HeaderClassName
{
color: #9B0980;
}
.AnyTagClassName
{
color: #9B0980;
}
</style>
background-color css
<style>
a { background-color: #9B0980; }
a { background-color: rgb(155,9,128); }
div.DivClassName
{
background-color: #9B0980;
}
.BgClassName
{
background-color: #9B0980;
}
</style>
border-color css
<style>
span { border-color: #9B0980; }
span { border-color: rgb(155,9,128); }
td.TdClassName
{
border-color: #9B0980;
}
.TagClassName
{
border-color: #9B0980;
}
</style>