Shades of Dark Magenta #9B0192
Tints of Dark Magenta #9B0192
RGB
CMYK
RGB Variations
Color information
#9B0192 (or 0x9B0192) is known color: Dark Magenta. HEX triplet: 9B, 01 and 92. RGB value is (155,1,146). Sum of RGB (Red+Green+Blue) = 155+1+146=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0192 is #64FE6D. Grayscale: #3F3F3F. Windows color (decimal): -6618734 or 9568667. OLE color: 9568667.
HSL color Cylindrical-coordinate representation of color #9B0192: hue angle of 303.51º 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 #9B0192 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 1 | 146 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.39 |
| HSL | 303.51º | 0.99% | 0.31% | - |
| HSV(B) | 303.51º | 0.99% | 0.61% | - |
| XYZ | 18.72 | 9.07 | 27.96 | - |
| YUV | 63.58 | 174.52 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 1 | 146 | 0 | 0.99 | 0.06 | 0.39 | 303.51 | 0.99 | 0.31 |
| Hex | 9B | 1 | 92 | 0 | 63 | 6 | 27 | 130 | 63 | 1F |
| Octal | 233 | 1 | 222 | 0 | 143 | 6 | 47 | 460 | 143 | 37 |
| Binary | 10011011 | 1 | 10010010 | 0 | 1100011 | 110 | 100111 | 100110000 | 1100011 | 11111 |
Color Harmonies of #9B0192
Complementary color
Monochromatic Colors of #9B0192
Black with #9B0192
Text Example
Text Example
White with #9B0192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0192; }
p { color: rgb(155,1,146); }
H1.HeaderClassName
{
color: #9B0192;
}
.AnyTagClassName
{
color: #9B0192;
}
</style>
background-color css
<style>
a { background-color: #9B0192; }
a { background-color: rgb(155,1,146); }
div.DivClassName
{
background-color: #9B0192;
}
.BgClassName
{
background-color: #9B0192;
}
</style>
border-color css
<style>
span { border-color: #9B0192; }
span { border-color: rgb(155,1,146); }
td.TdClassName
{
border-color: #9B0192;
}
.TagClassName
{
border-color: #9B0192;
}
</style>