Shades of Dark Magenta #9B0486
Tints of Dark Magenta #9B0486
RGB
CMYK
RGB Variations
Color information
#9B0486 (or 0x9B0486) is known color: Dark Magenta. HEX triplet: 9B, 04 and 86. RGB value is (155,4,134). Sum of RGB (Red+Green+Blue) = 155+4+134=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 134 (52.73% from 255 or 45.73% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0486 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0486 is #64FB79. Grayscale: #3F3F3F. Windows color (decimal): -6617978 or 8783003. OLE color: 8783003.
HSL color Cylindrical-coordinate representation of color #9B0486: hue angle of 308.34º degrees, saturation: 0.95, 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 #9B0486 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 4 | 134 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.39 |
| HSL | 308.34º | 0.95% | 0.31% | - |
| HSV(B) | 308.34º | 0.97% | 0.61% | - |
| XYZ | 17.86 | 8.78 | 23.31 | - |
| YUV | 63.97 | 167.53 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 4 | 134 | 0 | 0.97 | 0.14 | 0.39 | 308.34 | 0.95 | 0.31 |
| Hex | 9B | 4 | 86 | 0 | 61 | E | 27 | 134 | 5F | 1F |
| Octal | 233 | 4 | 206 | 0 | 141 | 16 | 47 | 464 | 137 | 37 |
| Binary | 10011011 | 100 | 10000110 | 0 | 1100001 | 1110 | 100111 | 100110100 | 1011111 | 11111 |
Color Harmonies of #9B0486
Complementary color
Monochromatic Colors of #9B0486
Black with #9B0486
Text Example
Text Example
White with #9B0486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0486; }
p { color: rgb(155,4,134); }
H1.HeaderClassName
{
color: #9B0486;
}
.AnyTagClassName
{
color: #9B0486;
}
</style>
background-color css
<style>
a { background-color: #9B0486; }
a { background-color: rgb(155,4,134); }
div.DivClassName
{
background-color: #9B0486;
}
.BgClassName
{
background-color: #9B0486;
}
</style>
border-color css
<style>
span { border-color: #9B0486; }
span { border-color: rgb(155,4,134); }
td.TdClassName
{
border-color: #9B0486;
}
.TagClassName
{
border-color: #9B0486;
}
</style>