Shades of Dark Magenta #9B058B
Tints of Dark Magenta #9B058B
RGB
CMYK
RGB Variations
Color information
#9B058B (or 0x9B058B) is known color: Dark Magenta. HEX triplet: 9B, 05 and 8B. RGB value is (155,5,139). Sum of RGB (Red+Green+Blue) = 155+5+139=299 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.84% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 155 - color contains mainly: red. Hex color #9B058B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B058B is #64FA74. Grayscale: #404040. Windows color (decimal): -6617717 or 9110939. OLE color: 9110939.
HSL color Cylindrical-coordinate representation of color #9B058B: hue angle of 306.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 #9B058B is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 5 | 139 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.39 |
| HSL | 306.4º | 0.94% | 0.31% | - |
| HSV(B) | 306.4º | 0.97% | 0.61% | - |
| XYZ | 18.23 | 8.94 | 25.19 | - |
| YUV | 65.13 | 169.7 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 5 | 139 | 0 | 0.97 | 0.10 | 0.39 | 306.4 | 0.94 | 0.31 |
| Hex | 9B | 5 | 8B | 0 | 61 | A | 27 | 132 | 5E | 1F |
| Octal | 233 | 5 | 213 | 0 | 141 | 12 | 47 | 462 | 136 | 37 |
| Binary | 10011011 | 101 | 10001011 | 0 | 1100001 | 1010 | 100111 | 100110010 | 1011110 | 11111 |
Color Harmonies of #9B058B
Complementary color
Monochromatic Colors of #9B058B
Black with #9B058B
Text Example
Text Example
White with #9B058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B058B; }
p { color: rgb(155,5,139); }
H1.HeaderClassName
{
color: #9B058B;
}
.AnyTagClassName
{
color: #9B058B;
}
</style>
background-color css
<style>
a { background-color: #9B058B; }
a { background-color: rgb(155,5,139); }
div.DivClassName
{
background-color: #9B058B;
}
.BgClassName
{
background-color: #9B058B;
}
</style>
border-color css
<style>
span { border-color: #9B058B; }
span { border-color: rgb(155,5,139); }
td.TdClassName
{
border-color: #9B058B;
}
.TagClassName
{
border-color: #9B058B;
}
</style>