Shades of Dark Magenta #9B0D8E
Tints of Dark Magenta #9B0D8E
RGB
CMYK
RGB Variations
Color information
#9B0D8E (or 0x9B0D8E) is known color: Dark Magenta. HEX triplet: 9B, 0D and 8E. RGB value is (155,13,142). Sum of RGB (Red+Green+Blue) = 155+13+142=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0D8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0D8E is #64F271. Grayscale: #454545. Windows color (decimal): -6615666 or 9309595. OLE color: 9309595.
HSL color Cylindrical-coordinate representation of color #9B0D8E: hue angle of 305.49º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B0D8E is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 13 | 142 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.39 |
| HSL | 305.49º | 0.85% | 0.33% | - |
| HSV(B) | 305.49º | 0.92% | 0.61% | - |
| XYZ | 18.54 | 9.21 | 26.39 | - |
| YUV | 70.16 | 168.54 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 13 | 142 | 0 | 0.92 | 0.08 | 0.39 | 305.49 | 0.85 | 0.33 |
| Hex | 9B | D | 8E | 0 | 5C | 8 | 27 | 131 | 55 | 21 |
| Octal | 233 | 15 | 216 | 0 | 134 | 10 | 47 | 461 | 125 | 41 |
| Binary | 10011011 | 1101 | 10001110 | 0 | 1011100 | 1000 | 100111 | 100110001 | 1010101 | 100001 |
Color Harmonies of #9B0D8E
Complementary color
Monochromatic Colors of #9B0D8E
Black with #9B0D8E
Text Example
Text Example
White with #9B0D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0D8E; }
p { color: rgb(155,13,142); }
H1.HeaderClassName
{
color: #9B0D8E;
}
.AnyTagClassName
{
color: #9B0D8E;
}
</style>
background-color css
<style>
a { background-color: #9B0D8E; }
a { background-color: rgb(155,13,142); }
div.DivClassName
{
background-color: #9B0D8E;
}
.BgClassName
{
background-color: #9B0D8E;
}
</style>
border-color css
<style>
span { border-color: #9B0D8E; }
span { border-color: rgb(155,13,142); }
td.TdClassName
{
border-color: #9B0D8E;
}
.TagClassName
{
border-color: #9B0D8E;
}
</style>