Shades of Dark Magenta #9B0585
Tints of Dark Magenta #9B0585
RGB
CMYK
RGB Variations
Color information
#9B0585 (or 0x9B0585) is known color: Dark Magenta. HEX triplet: 9B, 05 and 85. RGB value is (155,5,133). Sum of RGB (Red+Green+Blue) = 155+5+133=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0585 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0585 is #64FA7A. Grayscale: #404040. Windows color (decimal): -6617723 or 8717723. OLE color: 8717723.
HSL color Cylindrical-coordinate representation of color #9B0585: hue angle of 308.8º 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 #9B0585 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 5 | 133 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.39 |
| HSL | 308.8º | 0.94% | 0.31% | - |
| HSV(B) | 308.8º | 0.97% | 0.61% | - |
| XYZ | 17.81 | 8.77 | 22.94 | - |
| YUV | 64.44 | 166.7 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 5 | 133 | 0 | 0.97 | 0.14 | 0.39 | 308.8 | 0.94 | 0.31 |
| Hex | 9B | 5 | 85 | 0 | 61 | E | 27 | 135 | 5E | 1F |
| Octal | 233 | 5 | 205 | 0 | 141 | 16 | 47 | 465 | 136 | 37 |
| Binary | 10011011 | 101 | 10000101 | 0 | 1100001 | 1110 | 100111 | 100110101 | 1011110 | 11111 |
Color Harmonies of #9B0585
Complementary color
Monochromatic Colors of #9B0585
Black with #9B0585
Text Example
Text Example
White with #9B0585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0585; }
p { color: rgb(155,5,133); }
H1.HeaderClassName
{
color: #9B0585;
}
.AnyTagClassName
{
color: #9B0585;
}
</style>
background-color css
<style>
a { background-color: #9B0585; }
a { background-color: rgb(155,5,133); }
div.DivClassName
{
background-color: #9B0585;
}
.BgClassName
{
background-color: #9B0585;
}
</style>
border-color css
<style>
span { border-color: #9B0585; }
span { border-color: rgb(155,5,133); }
td.TdClassName
{
border-color: #9B0585;
}
.TagClassName
{
border-color: #9B0585;
}
</style>