Shades of Dark Magenta #9B0A86
Tints of Dark Magenta #9B0A86
RGB
CMYK
RGB Variations
Color information
#9B0A86 (or 0x9B0A86) is known color: Dark Magenta. HEX triplet: 9B, 0A and 86. RGB value is (155,10,134). Sum of RGB (Red+Green+Blue) = 155+10+134=299 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.84% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0A86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0A86 is #64F579. Grayscale: #434343. Windows color (decimal): -6616442 or 8784539. OLE color: 8784539.
HSL color Cylindrical-coordinate representation of color #9B0A86: hue angle of 308.69º degrees, saturation: 0.88, 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 #9B0A86 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 10 | 134 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.39 |
| HSL | 308.69º | 0.88% | 0.32% | - |
| HSV(B) | 308.69º | 0.94% | 0.61% | - |
| XYZ | 17.93 | 8.91 | 23.33 | - |
| YUV | 67.49 | 165.54 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 10 | 134 | 0 | 0.94 | 0.14 | 0.39 | 308.69 | 0.88 | 0.32 |
| Hex | 9B | A | 86 | 0 | 5E | E | 27 | 135 | 58 | 20 |
| Octal | 233 | 12 | 206 | 0 | 136 | 16 | 47 | 465 | 130 | 40 |
| Binary | 10011011 | 1010 | 10000110 | 0 | 1011110 | 1110 | 100111 | 100110101 | 1011000 | 100000 |
Color Harmonies of #9B0A86
Complementary color
Monochromatic Colors of #9B0A86
Black with #9B0A86
Text Example
Text Example
White with #9B0A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0A86; }
p { color: rgb(155,10,134); }
H1.HeaderClassName
{
color: #9B0A86;
}
.AnyTagClassName
{
color: #9B0A86;
}
</style>
background-color css
<style>
a { background-color: #9B0A86; }
a { background-color: rgb(155,10,134); }
div.DivClassName
{
background-color: #9B0A86;
}
.BgClassName
{
background-color: #9B0A86;
}
</style>
border-color css
<style>
span { border-color: #9B0A86; }
span { border-color: rgb(155,10,134); }
td.TdClassName
{
border-color: #9B0A86;
}
.TagClassName
{
border-color: #9B0A86;
}
</style>