Shades of Dark Magenta #9B0584
Tints of Dark Magenta #9B0584
RGB
CMYK
RGB Variations
Color information
#9B0584 (or 0x9B0584) is known color: Dark Magenta. HEX triplet: 9B, 05 and 84. RGB value is (155,5,132). Sum of RGB (Red+Green+Blue) = 155+5+132=292 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.08% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0584 is #64FA7B. Grayscale: #3F3F3F. Windows color (decimal): -6617724 or 8652187. OLE color: 8652187.
HSL color Cylindrical-coordinate representation of color #9B0584: hue angle of 309.2º 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 #9B0584 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 5 | 132 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.39 |
| HSL | 309.2º | 0.94% | 0.31% | - |
| HSV(B) | 309.2º | 0.97% | 0.61% | - |
| XYZ | 17.74 | 8.74 | 22.58 | - |
| YUV | 64.33 | 166.2 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 5 | 132 | 0 | 0.97 | 0.15 | 0.39 | 309.2 | 0.94 | 0.31 |
| Hex | 9B | 5 | 84 | 0 | 61 | F | 27 | 135 | 5E | 1F |
| Octal | 233 | 5 | 204 | 0 | 141 | 17 | 47 | 465 | 136 | 37 |
| Binary | 10011011 | 101 | 10000100 | 0 | 1100001 | 1111 | 100111 | 100110101 | 1011110 | 11111 |
Color Harmonies of #9B0584
Complementary color
Monochromatic Colors of #9B0584
Black with #9B0584
Text Example
Text Example
White with #9B0584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0584; }
p { color: rgb(155,5,132); }
H1.HeaderClassName
{
color: #9B0584;
}
.AnyTagClassName
{
color: #9B0584;
}
</style>
background-color css
<style>
a { background-color: #9B0584; }
a { background-color: rgb(155,5,132); }
div.DivClassName
{
background-color: #9B0584;
}
.BgClassName
{
background-color: #9B0584;
}
</style>
border-color css
<style>
span { border-color: #9B0584; }
span { border-color: rgb(155,5,132); }
td.TdClassName
{
border-color: #9B0584;
}
.TagClassName
{
border-color: #9B0584;
}
</style>