Shades of Dark Magenta #9B2199
Tints of Dark Magenta #9B2199
RGB
CMYK
RGB Variations
Color information
#9B2199 (or 0x9B2199) is known color: Dark Magenta. HEX triplet: 9B, 21 and 99. RGB value is (155,33,153). Sum of RGB (Red+Green+Blue) = 155+33+153=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2199 is #64DE66. Grayscale: #525252. Windows color (decimal): -6610535 or 10035611. OLE color: 10035611.
HSL color Cylindrical-coordinate representation of color #9B2199: hue angle of 300.98º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B2199 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 33 | 153 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.39 |
| HSL | 300.98º | 0.65% | 0.37% | - |
| HSV(B) | 300.98º | 0.79% | 0.61% | - |
| XYZ | 19.81 | 10.36 | 31.09 | - |
| YUV | 83.16 | 167.42 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 33 | 153 | 0 | 0.79 | 0.01 | 0.39 | 300.98 | 0.65 | 0.37 |
| Hex | 9B | 21 | 99 | 0 | 4F | 1 | 27 | 12D | 41 | 25 |
| Octal | 233 | 41 | 231 | 0 | 117 | 1 | 47 | 455 | 101 | 45 |
| Binary | 10011011 | 100001 | 10011001 | 0 | 1001111 | 1 | 100111 | 100101101 | 1000001 | 100101 |
Color Harmonies of #9B2199
Complementary color
Monochromatic Colors of #9B2199
Black with #9B2199
Text Example
Text Example
White with #9B2199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2199; }
p { color: rgb(155,33,153); }
H1.HeaderClassName
{
color: #9B2199;
}
.AnyTagClassName
{
color: #9B2199;
}
</style>
background-color css
<style>
a { background-color: #9B2199; }
a { background-color: rgb(155,33,153); }
div.DivClassName
{
background-color: #9B2199;
}
.BgClassName
{
background-color: #9B2199;
}
</style>
border-color css
<style>
span { border-color: #9B2199; }
span { border-color: rgb(155,33,153); }
td.TdClassName
{
border-color: #9B2199;
}
.TagClassName
{
border-color: #9B2199;
}
</style>