Shades of Dark Magenta #9B059D
Tints of Dark Magenta #9B059D
RGB
CMYK
RGB Variations
Color information
#9B059D (or 0x9B059D) is known color: Dark Magenta. HEX triplet: 9B, 05 and 9D. RGB value is (155,5,157). Sum of RGB (Red+Green+Blue) = 155+5+157=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B059D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B059D is #64FA62. Grayscale: #424242. Windows color (decimal): -6617699 or 10290587. OLE color: 10290587.
HSL color Cylindrical-coordinate representation of color #9B059D: hue angle of 299.21º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B059D is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 5 | 157 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.38 |
| HSL | 299.21º | 0.94% | 0.32% | - |
| HSV(B) | 299.21º | 0.97% | 0.62% | - |
| XYZ | 19.66 | 9.51 | 32.7 | - |
| YUV | 67.18 | 178.7 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 5 | 157 | 0.01 | 0.97 | 0 | 0.38 | 299.21 | 0.94 | 0.32 |
| Hex | 9B | 5 | 9D | 1 | 61 | 0 | 26 | 12B | 5E | 20 |
| Octal | 233 | 5 | 235 | 1 | 141 | 0 | 46 | 453 | 136 | 40 |
| Binary | 10011011 | 101 | 10011101 | 1 | 1100001 | 0 | 100110 | 100101011 | 1011110 | 100000 |
Color Harmonies of #9B059D
Complementary color
Monochromatic Colors of #9B059D
Black with #9B059D
Text Example
Text Example
White with #9B059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B059D; }
p { color: rgb(155,5,157); }
H1.HeaderClassName
{
color: #9B059D;
}
.AnyTagClassName
{
color: #9B059D;
}
</style>
background-color css
<style>
a { background-color: #9B059D; }
a { background-color: rgb(155,5,157); }
div.DivClassName
{
background-color: #9B059D;
}
.BgClassName
{
background-color: #9B059D;
}
</style>
border-color css
<style>
span { border-color: #9B059D; }
span { border-color: rgb(155,5,157); }
td.TdClassName
{
border-color: #9B059D;
}
.TagClassName
{
border-color: #9B059D;
}
</style>