Shades of Dark Magenta #9B0394
Tints of Dark Magenta #9B0394
RGB
CMYK
RGB Variations
Color information
#9B0394 (or 0x9B0394) is known color: Dark Magenta. HEX triplet: 9B, 03 and 94. RGB value is (155,3,148). Sum of RGB (Red+Green+Blue) = 155+3+148=306 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.65% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0394 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0394 is #64FC6B. Grayscale: #404040. Windows color (decimal): -6618220 or 9700251. OLE color: 9700251.
HSL color Cylindrical-coordinate representation of color #9B0394: hue angle of 302.76º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9B0394 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 3 | 148 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.39 |
| HSL | 302.76º | 0.96% | 0.31% | - |
| HSV(B) | 302.76º | 0.98% | 0.61% | - |
| XYZ | 18.9 | 9.17 | 28.79 | - |
| YUV | 64.98 | 174.86 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 3 | 148 | 0 | 0.98 | 0.05 | 0.39 | 302.76 | 0.96 | 0.31 |
| Hex | 9B | 3 | 94 | 0 | 62 | 5 | 27 | 12F | 60 | 1F |
| Octal | 233 | 3 | 224 | 0 | 142 | 5 | 47 | 457 | 140 | 37 |
| Binary | 10011011 | 11 | 10010100 | 0 | 1100010 | 101 | 100111 | 100101111 | 1100000 | 11111 |
Color Harmonies of #9B0394
Complementary color
Monochromatic Colors of #9B0394
Black with #9B0394
Text Example
Text Example
White with #9B0394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0394; }
p { color: rgb(155,3,148); }
H1.HeaderClassName
{
color: #9B0394;
}
.AnyTagClassName
{
color: #9B0394;
}
</style>
background-color css
<style>
a { background-color: #9B0394; }
a { background-color: rgb(155,3,148); }
div.DivClassName
{
background-color: #9B0394;
}
.BgClassName
{
background-color: #9B0394;
}
</style>
border-color css
<style>
span { border-color: #9B0394; }
span { border-color: rgb(155,3,148); }
td.TdClassName
{
border-color: #9B0394;
}
.TagClassName
{
border-color: #9B0394;
}
</style>