Shades of Dark Magenta #9B11AB
Tints of Dark Magenta #9B11AB
RGB
CMYK
RGB Variations
Color information
#9B11AB (or 0x9B11AB) is known color: Dark Magenta. HEX triplet: 9B, 11 and AB. RGB value is (155,17,171). Sum of RGB (Red+Green+Blue) = 155+17+171=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B11AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B11AB is #64EE54. Grayscale: #4B4B4B. Windows color (decimal): -6614613 or 11211163. OLE color: 11211163.
HSL color Cylindrical-coordinate representation of color #9B11AB: hue angle of 293.77º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B11AB is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 17 | 171 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.33 |
| HSL | 293.77º | 0.82% | 0.37% | - |
| HSV(B) | 293.77º | 0.9% | 0.67% | - |
| XYZ | 21.07 | 10.31 | 39.41 | - |
| YUV | 75.82 | 181.72 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 17 | 171 | 0.09 | 0.90 | 0 | 0.33 | 293.77 | 0.82 | 0.37 |
| Hex | 9B | 11 | AB | 9 | 5A | 0 | 21 | 126 | 52 | 25 |
| Octal | 233 | 21 | 253 | 11 | 132 | 0 | 41 | 446 | 122 | 45 |
| Binary | 10011011 | 10001 | 10101011 | 1001 | 1011010 | 0 | 100001 | 100100110 | 1010010 | 100101 |
Color Harmonies of #9B11AB
Complementary color
Monochromatic Colors of #9B11AB
Black with #9B11AB
Text Example
Text Example
White with #9B11AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B11AB; }
p { color: rgb(155,17,171); }
H1.HeaderClassName
{
color: #9B11AB;
}
.AnyTagClassName
{
color: #9B11AB;
}
</style>
background-color css
<style>
a { background-color: #9B11AB; }
a { background-color: rgb(155,17,171); }
div.DivClassName
{
background-color: #9B11AB;
}
.BgClassName
{
background-color: #9B11AB;
}
</style>
border-color css
<style>
span { border-color: #9B11AB; }
span { border-color: rgb(155,17,171); }
td.TdClassName
{
border-color: #9B11AB;
}
.TagClassName
{
border-color: #9B11AB;
}
</style>