Shades of Dark Magenta #9B0995
Tints of Dark Magenta #9B0995
RGB
CMYK
RGB Variations
Color information
#9B0995 (or 0x9B0995) is known color: Dark Magenta. HEX triplet: 9B, 09 and 95. RGB value is (155,9,149). Sum of RGB (Red+Green+Blue) = 155+9+149=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0995 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0995 is #64F66A. Grayscale: #444444. Windows color (decimal): -6616683 or 9767323. OLE color: 9767323.
HSL color Cylindrical-coordinate representation of color #9B0995: hue angle of 302.47º 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 #9B0995 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 9 | 149 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.39 |
| HSL | 302.47º | 0.89% | 0.32% | - |
| HSV(B) | 302.47º | 0.94% | 0.61% | - |
| XYZ | 19.04 | 9.33 | 29.23 | - |
| YUV | 68.61 | 173.37 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 9 | 149 | 0 | 0.94 | 0.04 | 0.39 | 302.47 | 0.89 | 0.32 |
| Hex | 9B | 9 | 95 | 0 | 5E | 4 | 27 | 12E | 59 | 20 |
| Octal | 233 | 11 | 225 | 0 | 136 | 4 | 47 | 456 | 131 | 40 |
| Binary | 10011011 | 1001 | 10010101 | 0 | 1011110 | 100 | 100111 | 100101110 | 1011001 | 100000 |
Color Harmonies of #9B0995
Complementary color
Monochromatic Colors of #9B0995
Black with #9B0995
Text Example
Text Example
White with #9B0995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0995; }
p { color: rgb(155,9,149); }
H1.HeaderClassName
{
color: #9B0995;
}
.AnyTagClassName
{
color: #9B0995;
}
</style>
background-color css
<style>
a { background-color: #9B0995; }
a { background-color: rgb(155,9,149); }
div.DivClassName
{
background-color: #9B0995;
}
.BgClassName
{
background-color: #9B0995;
}
</style>
border-color css
<style>
span { border-color: #9B0995; }
span { border-color: rgb(155,9,149); }
td.TdClassName
{
border-color: #9B0995;
}
.TagClassName
{
border-color: #9B0995;
}
</style>