Shades of Dark Magenta #9B0992
Tints of Dark Magenta #9B0992
RGB
CMYK
RGB Variations
Color information
#9B0992 (or 0x9B0992) is known color: Dark Magenta. HEX triplet: 9B, 09 and 92. RGB value is (155,9,146). Sum of RGB (Red+Green+Blue) = 155+9+146=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0992 is #64F66D. Grayscale: #434343. Windows color (decimal): -6616686 or 9570715. OLE color: 9570715.
HSL color Cylindrical-coordinate representation of color #9B0992: hue angle of 303.7º degrees, saturation: 0.89, 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 #9B0992 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 9 | 146 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.39 |
| HSL | 303.7º | 0.89% | 0.32% | - |
| HSV(B) | 303.7º | 0.94% | 0.61% | - |
| XYZ | 18.8 | 9.24 | 27.99 | - |
| YUV | 68.27 | 171.87 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 9 | 146 | 0 | 0.94 | 0.06 | 0.39 | 303.7 | 0.89 | 0.32 |
| Hex | 9B | 9 | 92 | 0 | 5E | 6 | 27 | 130 | 59 | 20 |
| Octal | 233 | 11 | 222 | 0 | 136 | 6 | 47 | 460 | 131 | 40 |
| Binary | 10011011 | 1001 | 10010010 | 0 | 1011110 | 110 | 100111 | 100110000 | 1011001 | 100000 |
Color Harmonies of #9B0992
Complementary color
Monochromatic Colors of #9B0992
Black with #9B0992
Text Example
Text Example
White with #9B0992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0992; }
p { color: rgb(155,9,146); }
H1.HeaderClassName
{
color: #9B0992;
}
.AnyTagClassName
{
color: #9B0992;
}
</style>
background-color css
<style>
a { background-color: #9B0992; }
a { background-color: rgb(155,9,146); }
div.DivClassName
{
background-color: #9B0992;
}
.BgClassName
{
background-color: #9B0992;
}
</style>
border-color css
<style>
span { border-color: #9B0992; }
span { border-color: rgb(155,9,146); }
td.TdClassName
{
border-color: #9B0992;
}
.TagClassName
{
border-color: #9B0992;
}
</style>