Shades of Dark Magenta #9B0189
Tints of Dark Magenta #9B0189
RGB
CMYK
RGB Variations
Color information
#9B0189 (or 0x9B0189) is known color: Dark Magenta. HEX triplet: 9B, 01 and 89. RGB value is (155,1,137). Sum of RGB (Red+Green+Blue) = 155+1+137=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0189 is #64FE76. Grayscale: #3E3E3E. Windows color (decimal): -6618743 or 8978843. OLE color: 8978843.
HSL color Cylindrical-coordinate representation of color #9B0189: hue angle of 307.01º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B0189 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 1 | 137 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.39 |
| HSL | 307.01º | 0.99% | 0.31% | - |
| HSV(B) | 307.01º | 0.99% | 0.61% | - |
| XYZ | 18.04 | 8.8 | 24.41 | - |
| YUV | 62.55 | 170.02 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 1 | 137 | 0 | 0.99 | 0.12 | 0.39 | 307.01 | 0.99 | 0.31 |
| Hex | 9B | 1 | 89 | 0 | 63 | C | 27 | 133 | 63 | 1F |
| Octal | 233 | 1 | 211 | 0 | 143 | 14 | 47 | 463 | 143 | 37 |
| Binary | 10011011 | 1 | 10001001 | 0 | 1100011 | 1100 | 100111 | 100110011 | 1100011 | 11111 |
Color Harmonies of #9B0189
Complementary color
Monochromatic Colors of #9B0189
Black with #9B0189
Text Example
Text Example
White with #9B0189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0189; }
p { color: rgb(155,1,137); }
H1.HeaderClassName
{
color: #9B0189;
}
.AnyTagClassName
{
color: #9B0189;
}
</style>
background-color css
<style>
a { background-color: #9B0189; }
a { background-color: rgb(155,1,137); }
div.DivClassName
{
background-color: #9B0189;
}
.BgClassName
{
background-color: #9B0189;
}
</style>
border-color css
<style>
span { border-color: #9B0189; }
span { border-color: rgb(155,1,137); }
td.TdClassName
{
border-color: #9B0189;
}
.TagClassName
{
border-color: #9B0189;
}
</style>