Shades of Dark Magenta #9B17AB
Tints of Dark Magenta #9B17AB
RGB
CMYK
RGB Variations
Color information
#9B17AB (or 0x9B17AB) is known color: Dark Magenta. HEX triplet: 9B, 17 and AB. RGB value is (155,23,171). Sum of RGB (Red+Green+Blue) = 155+23+171=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B17AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B17AB is #64E854. Grayscale: #4E4E4E. Windows color (decimal): -6613077 or 11212699. OLE color: 11212699.
HSL color Cylindrical-coordinate representation of color #9B17AB: hue angle of 293.51º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B17AB is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 23 | 171 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.33 |
| HSL | 293.51º | 0.76% | 0.38% | - |
| HSV(B) | 293.51º | 0.87% | 0.67% | - |
| XYZ | 21.17 | 10.52 | 39.44 | - |
| YUV | 79.34 | 179.73 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 23 | 171 | 0.09 | 0.87 | 0 | 0.33 | 293.51 | 0.76 | 0.38 |
| Hex | 9B | 17 | AB | 9 | 57 | 0 | 21 | 126 | 4C | 26 |
| Octal | 233 | 27 | 253 | 11 | 127 | 0 | 41 | 446 | 114 | 46 |
| Binary | 10011011 | 10111 | 10101011 | 1001 | 1010111 | 0 | 100001 | 100100110 | 1001100 | 100110 |
Color Harmonies of #9B17AB
Complementary color
Monochromatic Colors of #9B17AB
Black with #9B17AB
Text Example
Text Example
White with #9B17AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B17AB; }
p { color: rgb(155,23,171); }
H1.HeaderClassName
{
color: #9B17AB;
}
.AnyTagClassName
{
color: #9B17AB;
}
</style>
background-color css
<style>
a { background-color: #9B17AB; }
a { background-color: rgb(155,23,171); }
div.DivClassName
{
background-color: #9B17AB;
}
.BgClassName
{
background-color: #9B17AB;
}
</style>
border-color css
<style>
span { border-color: #9B17AB; }
span { border-color: rgb(155,23,171); }
td.TdClassName
{
border-color: #9B17AB;
}
.TagClassName
{
border-color: #9B17AB;
}
</style>