Shades of Dark Magenta #9B0B86
Tints of Dark Magenta #9B0B86
RGB
CMYK
RGB Variations
Color information
#9B0B86 (or 0x9B0B86) is known color: Dark Magenta. HEX triplet: 9B, 0B and 86. RGB value is (155,11,134). Sum of RGB (Red+Green+Blue) = 155+11+134=300 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.67% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0B86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0B86 is #64F479. Grayscale: #434343. Windows color (decimal): -6616186 or 8784795. OLE color: 8784795.
HSL color Cylindrical-coordinate representation of color #9B0B86: hue angle of 308.75º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B0B86 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 11 | 134 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.39 |
| HSL | 308.75º | 0.87% | 0.33% | - |
| HSV(B) | 308.75º | 0.93% | 0.61% | - |
| XYZ | 17.94 | 8.93 | 23.33 | - |
| YUV | 68.08 | 165.21 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 11 | 134 | 0 | 0.93 | 0.14 | 0.39 | 308.75 | 0.87 | 0.33 |
| Hex | 9B | B | 86 | 0 | 5D | E | 27 | 135 | 57 | 21 |
| Octal | 233 | 13 | 206 | 0 | 135 | 16 | 47 | 465 | 127 | 41 |
| Binary | 10011011 | 1011 | 10000110 | 0 | 1011101 | 1110 | 100111 | 100110101 | 1010111 | 100001 |
Color Harmonies of #9B0B86
Complementary color
Monochromatic Colors of #9B0B86
Black with #9B0B86
Text Example
Text Example
White with #9B0B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0B86; }
p { color: rgb(155,11,134); }
H1.HeaderClassName
{
color: #9B0B86;
}
.AnyTagClassName
{
color: #9B0B86;
}
</style>
background-color css
<style>
a { background-color: #9B0B86; }
a { background-color: rgb(155,11,134); }
div.DivClassName
{
background-color: #9B0B86;
}
.BgClassName
{
background-color: #9B0B86;
}
</style>
border-color css
<style>
span { border-color: #9B0B86; }
span { border-color: rgb(155,11,134); }
td.TdClassName
{
border-color: #9B0B86;
}
.TagClassName
{
border-color: #9B0B86;
}
</style>