Shades of Dark Magenta #9B0D83
Tints of Dark Magenta #9B0D83
RGB
CMYK
RGB Variations
Color information
#9B0D83 (or 0x9B0D83) is known color: Dark Magenta. HEX triplet: 9B, 0D and 83. RGB value is (155,13,131). Sum of RGB (Red+Green+Blue) = 155+13+131=299 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.84% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0D83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0D83 is #64F27C. Grayscale: #444444. Windows color (decimal): -6615677 or 8588699. OLE color: 8588699.
HSL color Cylindrical-coordinate representation of color #9B0D83: hue angle of 310.14º 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 #9B0D83 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 13 | 131 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.39 |
| HSL | 310.14º | 0.85% | 0.33% | - |
| HSV(B) | 310.14º | 0.92% | 0.61% | - |
| XYZ | 17.76 | 8.9 | 22.25 | - |
| YUV | 68.91 | 163.04 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 13 | 131 | 0 | 0.92 | 0.15 | 0.39 | 310.14 | 0.85 | 0.33 |
| Hex | 9B | D | 83 | 0 | 5C | F | 27 | 136 | 55 | 21 |
| Octal | 233 | 15 | 203 | 0 | 134 | 17 | 47 | 466 | 125 | 41 |
| Binary | 10011011 | 1101 | 10000011 | 0 | 1011100 | 1111 | 100111 | 100110110 | 1010101 | 100001 |
Color Harmonies of #9B0D83
Complementary color
Monochromatic Colors of #9B0D83
Black with #9B0D83
Text Example
Text Example
White with #9B0D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0D83; }
p { color: rgb(155,13,131); }
H1.HeaderClassName
{
color: #9B0D83;
}
.AnyTagClassName
{
color: #9B0D83;
}
</style>
background-color css
<style>
a { background-color: #9B0D83; }
a { background-color: rgb(155,13,131); }
div.DivClassName
{
background-color: #9B0D83;
}
.BgClassName
{
background-color: #9B0D83;
}
</style>
border-color css
<style>
span { border-color: #9B0D83; }
span { border-color: rgb(155,13,131); }
td.TdClassName
{
border-color: #9B0D83;
}
.TagClassName
{
border-color: #9B0D83;
}
</style>