Shades of Dark Magenta #9B0595
Tints of Dark Magenta #9B0595
RGB
CMYK
RGB Variations
Color information
#9B0595 (or 0x9B0595) is known color: Dark Magenta. HEX triplet: 9B, 05 and 95. RGB value is (155,5,149). Sum of RGB (Red+Green+Blue) = 155+5+149=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0595 is #64FA6A. Grayscale: #414141. Windows color (decimal): -6617707 or 9766299. OLE color: 9766299.
HSL color Cylindrical-coordinate representation of color #9B0595: hue angle of 302.4º 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 #9B0595 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 5 | 149 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.39 |
| HSL | 302.4º | 0.94% | 0.31% | - |
| HSV(B) | 302.4º | 0.97% | 0.61% | - |
| XYZ | 19 | 9.25 | 29.22 | - |
| YUV | 66.27 | 174.7 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 5 | 149 | 0 | 0.97 | 0.04 | 0.39 | 302.4 | 0.94 | 0.31 |
| Hex | 9B | 5 | 95 | 0 | 61 | 4 | 27 | 12E | 5E | 1F |
| Octal | 233 | 5 | 225 | 0 | 141 | 4 | 47 | 456 | 136 | 37 |
| Binary | 10011011 | 101 | 10010101 | 0 | 1100001 | 100 | 100111 | 100101110 | 1011110 | 11111 |
Color Harmonies of #9B0595
Complementary color
Monochromatic Colors of #9B0595
Black with #9B0595
Text Example
Text Example
White with #9B0595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0595; }
p { color: rgb(155,5,149); }
H1.HeaderClassName
{
color: #9B0595;
}
.AnyTagClassName
{
color: #9B0595;
}
</style>
background-color css
<style>
a { background-color: #9B0595; }
a { background-color: rgb(155,5,149); }
div.DivClassName
{
background-color: #9B0595;
}
.BgClassName
{
background-color: #9B0595;
}
</style>
border-color css
<style>
span { border-color: #9B0595; }
span { border-color: rgb(155,5,149); }
td.TdClassName
{
border-color: #9B0595;
}
.TagClassName
{
border-color: #9B0595;
}
</style>