Shades of Dark Magenta #9B1892
Tints of Dark Magenta #9B1892
RGB
CMYK
RGB Variations
Color information
#9B1892 (or 0x9B1892) is known color: Dark Magenta. HEX triplet: 9B, 18 and 92. RGB value is (155,24,146). Sum of RGB (Red+Green+Blue) = 155+24+146=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1892 is #64E76D. Grayscale: #4C4C4C. Windows color (decimal): -6612846 or 9574555. OLE color: 9574555.
HSL color Cylindrical-coordinate representation of color #9B1892: hue angle of 304.12º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B1892 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 24 | 146 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.39 |
| HSL | 304.12º | 0.73% | 0.35% | - |
| HSV(B) | 304.12º | 0.85% | 0.61% | - |
| XYZ | 19.03 | 9.7 | 28.06 | - |
| YUV | 77.08 | 166.9 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 24 | 146 | 0 | 0.85 | 0.06 | 0.39 | 304.12 | 0.73 | 0.35 |
| Hex | 9B | 18 | 92 | 0 | 55 | 6 | 27 | 130 | 49 | 23 |
| Octal | 233 | 30 | 222 | 0 | 125 | 6 | 47 | 460 | 111 | 43 |
| Binary | 10011011 | 11000 | 10010010 | 0 | 1010101 | 110 | 100111 | 100110000 | 1001001 | 100011 |
Color Harmonies of #9B1892
Complementary color
Monochromatic Colors of #9B1892
Black with #9B1892
Text Example
Text Example
White with #9B1892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1892; }
p { color: rgb(155,24,146); }
H1.HeaderClassName
{
color: #9B1892;
}
.AnyTagClassName
{
color: #9B1892;
}
</style>
background-color css
<style>
a { background-color: #9B1892; }
a { background-color: rgb(155,24,146); }
div.DivClassName
{
background-color: #9B1892;
}
.BgClassName
{
background-color: #9B1892;
}
</style>
border-color css
<style>
span { border-color: #9B1892; }
span { border-color: rgb(155,24,146); }
td.TdClassName
{
border-color: #9B1892;
}
.TagClassName
{
border-color: #9B1892;
}
</style>