Shades of Dark Magenta #9B048D
Tints of Dark Magenta #9B048D
RGB
CMYK
RGB Variations
Color information
#9B048D (or 0x9B048D) is known color: Dark Magenta. HEX triplet: 9B, 04 and 8D. RGB value is (155,4,141). Sum of RGB (Red+Green+Blue) = 155+4+141=300 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.67% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 155 - color contains mainly: red. Hex color #9B048D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B048D is #64FB72. Grayscale: #404040. Windows color (decimal): -6617971 or 9241755. OLE color: 9241755.
HSL color Cylindrical-coordinate representation of color #9B048D: hue angle of 305.56º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B048D is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 4 | 141 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.39 |
| HSL | 305.56º | 0.95% | 0.31% | - |
| HSV(B) | 305.56º | 0.97% | 0.61% | - |
| XYZ | 18.37 | 8.98 | 25.96 | - |
| YUV | 64.77 | 171.03 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 4 | 141 | 0 | 0.97 | 0.09 | 0.39 | 305.56 | 0.95 | 0.31 |
| Hex | 9B | 4 | 8D | 0 | 61 | 9 | 27 | 132 | 5F | 1F |
| Octal | 233 | 4 | 215 | 0 | 141 | 11 | 47 | 462 | 137 | 37 |
| Binary | 10011011 | 100 | 10001101 | 0 | 1100001 | 1001 | 100111 | 100110010 | 1011111 | 11111 |
Color Harmonies of #9B048D
Complementary color
Monochromatic Colors of #9B048D
Black with #9B048D
Text Example
Text Example
White with #9B048D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B048D; }
p { color: rgb(155,4,141); }
H1.HeaderClassName
{
color: #9B048D;
}
.AnyTagClassName
{
color: #9B048D;
}
</style>
background-color css
<style>
a { background-color: #9B048D; }
a { background-color: rgb(155,4,141); }
div.DivClassName
{
background-color: #9B048D;
}
.BgClassName
{
background-color: #9B048D;
}
</style>
border-color css
<style>
span { border-color: #9B048D; }
span { border-color: rgb(155,4,141); }
td.TdClassName
{
border-color: #9B048D;
}
.TagClassName
{
border-color: #9B048D;
}
</style>