Shades of Dark Magenta #9B0A82
Tints of Dark Magenta #9B0A82
RGB
CMYK
RGB Variations
Color information
#9B0A82 (or 0x9B0A82) is known color: Dark Magenta. HEX triplet: 9B, 0A and 82. RGB value is (155,10,130). Sum of RGB (Red+Green+Blue) = 155+10+130=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0A82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0A82 is #64F57D. Grayscale: #424242. Windows color (decimal): -6616446 or 8522395. OLE color: 8522395.
HSL color Cylindrical-coordinate representation of color #9B0A82: hue angle of 310.34º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0A82 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 10 | 130 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.39 |
| HSL | 310.34º | 0.88% | 0.32% | - |
| HSV(B) | 310.34º | 0.94% | 0.61% | - |
| XYZ | 17.66 | 8.8 | 21.89 | - |
| YUV | 67.04 | 163.54 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 10 | 130 | 0 | 0.94 | 0.16 | 0.39 | 310.34 | 0.88 | 0.32 |
| Hex | 9B | A | 82 | 0 | 5E | 10 | 27 | 136 | 58 | 20 |
| Octal | 233 | 12 | 202 | 0 | 136 | 20 | 47 | 466 | 130 | 40 |
| Binary | 10011011 | 1010 | 10000010 | 0 | 1011110 | 10000 | 100111 | 100110110 | 1011000 | 100000 |
Color Harmonies of #9B0A82
Complementary color
Monochromatic Colors of #9B0A82
Black with #9B0A82
Text Example
Text Example
White with #9B0A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0A82; }
p { color: rgb(155,10,130); }
H1.HeaderClassName
{
color: #9B0A82;
}
.AnyTagClassName
{
color: #9B0A82;
}
</style>
background-color css
<style>
a { background-color: #9B0A82; }
a { background-color: rgb(155,10,130); }
div.DivClassName
{
background-color: #9B0A82;
}
.BgClassName
{
background-color: #9B0A82;
}
</style>
border-color css
<style>
span { border-color: #9B0A82; }
span { border-color: rgb(155,10,130); }
td.TdClassName
{
border-color: #9B0A82;
}
.TagClassName
{
border-color: #9B0A82;
}
</style>