Shades of Dark Magenta #9B0596
Tints of Dark Magenta #9B0596
RGB
CMYK
RGB Variations
Color information
#9B0596 (or 0x9B0596) is known color: Dark Magenta. HEX triplet: 9B, 05 and 96. RGB value is (155,5,150). Sum of RGB (Red+Green+Blue) = 155+5+150=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0596 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0596 is #64FA69. Grayscale: #414141. Windows color (decimal): -6617706 or 9831835. OLE color: 9831835.
HSL color Cylindrical-coordinate representation of color #9B0596: hue angle of 302º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B0596 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 5 | 150 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.39 |
| HSL | 302º | 0.94% | 0.31% | - |
| HSV(B) | 302º | 0.97% | 0.61% | - |
| XYZ | 19.08 | 9.28 | 29.64 | - |
| YUV | 66.38 | 175.2 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 5 | 150 | 0 | 0.97 | 0.03 | 0.39 | 302 | 0.94 | 0.31 |
| Hex | 9B | 5 | 96 | 0 | 61 | 3 | 27 | 12E | 5E | 1F |
| Octal | 233 | 5 | 226 | 0 | 141 | 3 | 47 | 456 | 136 | 37 |
| Binary | 10011011 | 101 | 10010110 | 0 | 1100001 | 11 | 100111 | 100101110 | 1011110 | 11111 |
Color Harmonies of #9B0596
Complementary color
Monochromatic Colors of #9B0596
Black with #9B0596
Text Example
Text Example
White with #9B0596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0596; }
p { color: rgb(155,5,150); }
H1.HeaderClassName
{
color: #9B0596;
}
.AnyTagClassName
{
color: #9B0596;
}
</style>
background-color css
<style>
a { background-color: #9B0596; }
a { background-color: rgb(155,5,150); }
div.DivClassName
{
background-color: #9B0596;
}
.BgClassName
{
background-color: #9B0596;
}
</style>
border-color css
<style>
span { border-color: #9B0596; }
span { border-color: rgb(155,5,150); }
td.TdClassName
{
border-color: #9B0596;
}
.TagClassName
{
border-color: #9B0596;
}
</style>