Shades of Dark Magenta #9B178D
Tints of Dark Magenta #9B178D
RGB
CMYK
RGB Variations
Color information
#9B178D (or 0x9B178D) is known color: Dark Magenta. HEX triplet: 9B, 17 and 8D. RGB value is (155,23,141). Sum of RGB (Red+Green+Blue) = 155+23+141=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B178D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B178D is #64E872. Grayscale: #4B4B4B. Windows color (decimal): -6613107 or 9246619. OLE color: 9246619.
HSL color Cylindrical-coordinate representation of color #9B178D: hue angle of 306.36º degrees, saturation: 0.74, 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 #9B178D is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 23 | 141 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.39 |
| HSL | 306.36º | 0.74% | 0.35% | - |
| HSV(B) | 306.36º | 0.85% | 0.61% | - |
| XYZ | 18.63 | 9.5 | 26.05 | - |
| YUV | 75.92 | 164.73 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 23 | 141 | 0 | 0.85 | 0.09 | 0.39 | 306.36 | 0.74 | 0.35 |
| Hex | 9B | 17 | 8D | 0 | 55 | 9 | 27 | 132 | 4A | 23 |
| Octal | 233 | 27 | 215 | 0 | 125 | 11 | 47 | 462 | 112 | 43 |
| Binary | 10011011 | 10111 | 10001101 | 0 | 1010101 | 1001 | 100111 | 100110010 | 1001010 | 100011 |
Color Harmonies of #9B178D
Complementary color
Monochromatic Colors of #9B178D
Black with #9B178D
Text Example
Text Example
White with #9B178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B178D; }
p { color: rgb(155,23,141); }
H1.HeaderClassName
{
color: #9B178D;
}
.AnyTagClassName
{
color: #9B178D;
}
</style>
background-color css
<style>
a { background-color: #9B178D; }
a { background-color: rgb(155,23,141); }
div.DivClassName
{
background-color: #9B178D;
}
.BgClassName
{
background-color: #9B178D;
}
</style>
border-color css
<style>
span { border-color: #9B178D; }
span { border-color: rgb(155,23,141); }
td.TdClassName
{
border-color: #9B178D;
}
.TagClassName
{
border-color: #9B178D;
}
</style>