Shades of Dark Magenta #9B008D
Tints of Dark Magenta #9B008D
RGB
CMYK
RGB Variations
Color information
#9B008D (or 0x9B008D) is known color: Dark Magenta. HEX triplet: 9B, 00 and 8D. RGB value is (155,0,141). Sum of RGB (Red+Green+Blue) = 155+0+141=296 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.36% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 155 - color contains mainly: red. Hex color #9B008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B008D is #64FF72. Grayscale: #3E3E3E. Windows color (decimal): -6618995 or 9240731. OLE color: 9240731.
HSL color Cylindrical-coordinate representation of color #9B008D: hue angle of 305.42º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B008D is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 0 | 141 | - |
| CMYK | 0 | 1 | 0.09 | 0.39 |
| HSL | 305.42º | 1% | 0.3% | - |
| HSV(B) | 305.42º | 1% | 0.61% | - |
| XYZ | 18.33 | 8.89 | 25.95 | - |
| YUV | 62.42 | 172.35 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 141 | 0 | 1 | 0.09 | 0.39 | 305.42 | 1 | 0.3 |
| Hex | 9B | 0 | 8D | 0 | 64 | 9 | 27 | 131 | 64 | 1E |
| Octal | 233 | 0 | 215 | 0 | 144 | 11 | 47 | 461 | 144 | 36 |
| Binary | 10011011 | 0 | 10001101 | 0 | 1100100 | 1001 | 100111 | 100110001 | 1100100 | 11110 |
Color Harmonies of #9B008D
Complementary color
Monochromatic Colors of #9B008D
Black with #9B008D
Text Example
Text Example
White with #9B008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B008D; }
p { color: rgb(155,0,141); }
H1.HeaderClassName
{
color: #9B008D;
}
.AnyTagClassName
{
color: #9B008D;
}
</style>
background-color css
<style>
a { background-color: #9B008D; }
a { background-color: rgb(155,0,141); }
div.DivClassName
{
background-color: #9B008D;
}
.BgClassName
{
background-color: #9B008D;
}
</style>
border-color css
<style>
span { border-color: #9B008D; }
span { border-color: rgb(155,0,141); }
td.TdClassName
{
border-color: #9B008D;
}
.TagClassName
{
border-color: #9B008D;
}
</style>