Shades of Dark Magenta #9B01AE
Tints of Dark Magenta #9B01AE
RGB
CMYK
RGB Variations
Color information
#9B01AE (or 0x9B01AE) is known color: Dark Magenta. HEX triplet: 9B, 01 and AE. RGB value is (155,1,174). Sum of RGB (Red+Green+Blue) = 155+1+174=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B01AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B01AE is #64FE51. Grayscale: #424242. Windows color (decimal): -6618706 or 11403675. OLE color: 11403675.
HSL color Cylindrical-coordinate representation of color #9B01AE: hue angle of 293.41º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B01AE is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 1 | 174 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.32 |
| HSL | 293.41º | 0.99% | 0.34% | - |
| HSV(B) | 293.41º | 0.99% | 0.68% | - |
| XYZ | 21.17 | 10.05 | 40.87 | - |
| YUV | 66.77 | 188.52 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 1 | 174 | 0.11 | 0.99 | 0 | 0.32 | 293.41 | 0.99 | 0.34 |
| Hex | 9B | 1 | AE | B | 63 | 0 | 20 | 125 | 63 | 22 |
| Octal | 233 | 1 | 256 | 13 | 143 | 0 | 40 | 445 | 143 | 42 |
| Binary | 10011011 | 1 | 10101110 | 1011 | 1100011 | 0 | 100000 | 100100101 | 1100011 | 100010 |
Color Harmonies of #9B01AE
Complementary color
Monochromatic Colors of #9B01AE
Black with #9B01AE
Text Example
Text Example
White with #9B01AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B01AE; }
p { color: rgb(155,1,174); }
H1.HeaderClassName
{
color: #9B01AE;
}
.AnyTagClassName
{
color: #9B01AE;
}
</style>
background-color css
<style>
a { background-color: #9B01AE; }
a { background-color: rgb(155,1,174); }
div.DivClassName
{
background-color: #9B01AE;
}
.BgClassName
{
background-color: #9B01AE;
}
</style>
border-color css
<style>
span { border-color: #9B01AE; }
span { border-color: rgb(155,1,174); }
td.TdClassName
{
border-color: #9B01AE;
}
.TagClassName
{
border-color: #9B01AE;
}
</style>