Shades of Dark Magenta #9B0482
Tints of Dark Magenta #9B0482
RGB
CMYK
RGB Variations
Color information
#9B0482 (or 0x9B0482) is known color: Dark Magenta. HEX triplet: 9B, 04 and 82. RGB value is (155,4,130). Sum of RGB (Red+Green+Blue) = 155+4+130=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0482 is #64FB7D. Grayscale: #3F3F3F. Windows color (decimal): -6617982 or 8520859. OLE color: 8520859.
HSL color Cylindrical-coordinate representation of color #9B0482: hue angle of 309.93º 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 #9B0482 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 4 | 130 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.39 |
| HSL | 309.93º | 0.95% | 0.31% | - |
| HSV(B) | 309.93º | 0.97% | 0.61% | - |
| XYZ | 17.59 | 8.67 | 21.86 | - |
| YUV | 63.51 | 165.53 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 4 | 130 | 0 | 0.97 | 0.16 | 0.39 | 309.93 | 0.95 | 0.31 |
| Hex | 9B | 4 | 82 | 0 | 61 | 10 | 27 | 136 | 5F | 1F |
| Octal | 233 | 4 | 202 | 0 | 141 | 20 | 47 | 466 | 137 | 37 |
| Binary | 10011011 | 100 | 10000010 | 0 | 1100001 | 10000 | 100111 | 100110110 | 1011111 | 11111 |
Color Harmonies of #9B0482
Complementary color
Monochromatic Colors of #9B0482
Black with #9B0482
Text Example
Text Example
White with #9B0482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0482; }
p { color: rgb(155,4,130); }
H1.HeaderClassName
{
color: #9B0482;
}
.AnyTagClassName
{
color: #9B0482;
}
</style>
background-color css
<style>
a { background-color: #9B0482; }
a { background-color: rgb(155,4,130); }
div.DivClassName
{
background-color: #9B0482;
}
.BgClassName
{
background-color: #9B0482;
}
</style>
border-color css
<style>
span { border-color: #9B0482; }
span { border-color: rgb(155,4,130); }
td.TdClassName
{
border-color: #9B0482;
}
.TagClassName
{
border-color: #9B0482;
}
</style>