Shades of Dark Magenta #9B0FAD
Tints of Dark Magenta #9B0FAD
RGB
CMYK
RGB Variations
Color information
#9B0FAD (or 0x9B0FAD) is known color: Dark Magenta. HEX triplet: 9B, 0F and AD. RGB value is (155,15,173). Sum of RGB (Red+Green+Blue) = 155+15+173=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B0FAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0FAD is #64F052. Grayscale: #4A4A4A. Windows color (decimal): -6615123 or 11341723. OLE color: 11341723.
HSL color Cylindrical-coordinate representation of color #9B0FAD: hue angle of 293.16º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B0FAD is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 15 | 173 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.32 |
| HSL | 293.16º | 0.84% | 0.37% | - |
| HSV(B) | 293.16º | 0.91% | 0.68% | - |
| XYZ | 21.23 | 10.33 | 40.41 | - |
| YUV | 74.87 | 183.38 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 15 | 173 | 0.10 | 0.91 | 0 | 0.32 | 293.16 | 0.84 | 0.37 |
| Hex | 9B | F | AD | A | 5B | 0 | 20 | 125 | 54 | 25 |
| Octal | 233 | 17 | 255 | 12 | 133 | 0 | 40 | 445 | 124 | 45 |
| Binary | 10011011 | 1111 | 10101101 | 1010 | 1011011 | 0 | 100000 | 100100101 | 1010100 | 100101 |
Color Harmonies of #9B0FAD
Complementary color
Monochromatic Colors of #9B0FAD
Black with #9B0FAD
Text Example
Text Example
White with #9B0FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0FAD; }
p { color: rgb(155,15,173); }
H1.HeaderClassName
{
color: #9B0FAD;
}
.AnyTagClassName
{
color: #9B0FAD;
}
</style>
background-color css
<style>
a { background-color: #9B0FAD; }
a { background-color: rgb(155,15,173); }
div.DivClassName
{
background-color: #9B0FAD;
}
.BgClassName
{
background-color: #9B0FAD;
}
</style>
border-color css
<style>
span { border-color: #9B0FAD; }
span { border-color: rgb(155,15,173); }
td.TdClassName
{
border-color: #9B0FAD;
}
.TagClassName
{
border-color: #9B0FAD;
}
</style>