Shades of Dark Magenta #9B17AA
Tints of Dark Magenta #9B17AA
RGB
CMYK
RGB Variations
Color information
#9B17AA (or 0x9B17AA) is known color: Dark Magenta. HEX triplet: 9B, 17 and AA. RGB value is (155,23,170). Sum of RGB (Red+Green+Blue) = 155+23+170=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B17AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B17AA is #64E855. Grayscale: #4E4E4E. Windows color (decimal): -6613078 or 11147163. OLE color: 11147163.
HSL color Cylindrical-coordinate representation of color #9B17AA: hue angle of 293.88º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B17AA is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 23 | 170 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.33 |
| HSL | 293.88º | 0.76% | 0.38% | - |
| HSV(B) | 293.88º | 0.86% | 0.67% | - |
| XYZ | 21.08 | 10.48 | 38.94 | - |
| YUV | 79.23 | 179.23 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 23 | 170 | 0.09 | 0.86 | 0 | 0.33 | 293.88 | 0.76 | 0.38 |
| Hex | 9B | 17 | AA | 9 | 56 | 0 | 21 | 126 | 4C | 26 |
| Octal | 233 | 27 | 252 | 11 | 126 | 0 | 41 | 446 | 114 | 46 |
| Binary | 10011011 | 10111 | 10101010 | 1001 | 1010110 | 0 | 100001 | 100100110 | 1001100 | 100110 |
Color Harmonies of #9B17AA
Complementary color
Monochromatic Colors of #9B17AA
Black with #9B17AA
Text Example
Text Example
White with #9B17AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B17AA; }
p { color: rgb(155,23,170); }
H1.HeaderClassName
{
color: #9B17AA;
}
.AnyTagClassName
{
color: #9B17AA;
}
</style>
background-color css
<style>
a { background-color: #9B17AA; }
a { background-color: rgb(155,23,170); }
div.DivClassName
{
background-color: #9B17AA;
}
.BgClassName
{
background-color: #9B17AA;
}
</style>
border-color css
<style>
span { border-color: #9B17AA; }
span { border-color: rgb(155,23,170); }
td.TdClassName
{
border-color: #9B17AA;
}
.TagClassName
{
border-color: #9B17AA;
}
</style>