Shades of Dark Magenta #9B0799
Tints of Dark Magenta #9B0799
RGB
CMYK
RGB Variations
Color information
#9B0799 (or 0x9B0799) is known color: Dark Magenta. HEX triplet: 9B, 07 and 99. RGB value is (155,7,153). Sum of RGB (Red+Green+Blue) = 155+7+153=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0799 is #64F866. Grayscale: #434343. Windows color (decimal): -6617191 or 10028955. OLE color: 10028955.
HSL color Cylindrical-coordinate representation of color #9B0799: hue angle of 300.81º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B0799 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 7 | 153 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.39 |
| HSL | 300.81º | 0.91% | 0.32% | - |
| HSV(B) | 300.81º | 0.95% | 0.61% | - |
| XYZ | 19.34 | 9.42 | 30.94 | - |
| YUV | 67.9 | 176.03 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 7 | 153 | 0 | 0.95 | 0.01 | 0.39 | 300.81 | 0.91 | 0.32 |
| Hex | 9B | 7 | 99 | 0 | 5F | 1 | 27 | 12D | 5B | 20 |
| Octal | 233 | 7 | 231 | 0 | 137 | 1 | 47 | 455 | 133 | 40 |
| Binary | 10011011 | 111 | 10011001 | 0 | 1011111 | 1 | 100111 | 100101101 | 1011011 | 100000 |
Color Harmonies of #9B0799
Complementary color
Monochromatic Colors of #9B0799
Black with #9B0799
Text Example
Text Example
White with #9B0799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0799; }
p { color: rgb(155,7,153); }
H1.HeaderClassName
{
color: #9B0799;
}
.AnyTagClassName
{
color: #9B0799;
}
</style>
background-color css
<style>
a { background-color: #9B0799; }
a { background-color: rgb(155,7,153); }
div.DivClassName
{
background-color: #9B0799;
}
.BgClassName
{
background-color: #9B0799;
}
</style>
border-color css
<style>
span { border-color: #9B0799; }
span { border-color: rgb(155,7,153); }
td.TdClassName
{
border-color: #9B0799;
}
.TagClassName
{
border-color: #9B0799;
}
</style>