Shades of Dark Magenta #9B0987
Tints of Dark Magenta #9B0987
RGB
CMYK
RGB Variations
Color information
#9B0987 (or 0x9B0987) is known color: Dark Magenta. HEX triplet: 9B, 09 and 87. RGB value is (155,9,135). Sum of RGB (Red+Green+Blue) = 155+9+135=299 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.84% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0987 is #64F678. Grayscale: #424242. Windows color (decimal): -6616697 or 8849819. OLE color: 8849819.
HSL color Cylindrical-coordinate representation of color #9B0987: hue angle of 308.22º 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 #9B0987 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 9 | 135 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.39 |
| HSL | 308.22º | 0.89% | 0.32% | - |
| HSV(B) | 308.22º | 0.94% | 0.61% | - |
| XYZ | 17.99 | 8.91 | 23.69 | - |
| YUV | 67.02 | 166.37 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 9 | 135 | 0 | 0.94 | 0.13 | 0.39 | 308.22 | 0.89 | 0.32 |
| Hex | 9B | 9 | 87 | 0 | 5E | D | 27 | 134 | 59 | 20 |
| Octal | 233 | 11 | 207 | 0 | 136 | 15 | 47 | 464 | 131 | 40 |
| Binary | 10011011 | 1001 | 10000111 | 0 | 1011110 | 1101 | 100111 | 100110100 | 1011001 | 100000 |
Color Harmonies of #9B0987
Complementary color
Monochromatic Colors of #9B0987
Black with #9B0987
Text Example
Text Example
White with #9B0987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0987; }
p { color: rgb(155,9,135); }
H1.HeaderClassName
{
color: #9B0987;
}
.AnyTagClassName
{
color: #9B0987;
}
</style>
background-color css
<style>
a { background-color: #9B0987; }
a { background-color: rgb(155,9,135); }
div.DivClassName
{
background-color: #9B0987;
}
.BgClassName
{
background-color: #9B0987;
}
</style>
border-color css
<style>
span { border-color: #9B0987; }
span { border-color: rgb(155,9,135); }
td.TdClassName
{
border-color: #9B0987;
}
.TagClassName
{
border-color: #9B0987;
}
</style>