Shades of Dark Magenta #9B0AAC
Tints of Dark Magenta #9B0AAC
RGB
CMYK
RGB Variations
Color information
#9B0AAC (or 0x9B0AAC) is known color: Dark Magenta. HEX triplet: 9B, 0A and AC. RGB value is (155,10,172). Sum of RGB (Red+Green+Blue) = 155+10+172=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B0AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0AAC is #64F553. Grayscale: #474747. Windows color (decimal): -6616404 or 11274907. OLE color: 11274907.
HSL color Cylindrical-coordinate representation of color #9B0AAC: hue angle of 293.7º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0AAC is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 10 | 172 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.33 |
| HSL | 293.7º | 0.89% | 0.36% | - |
| HSV(B) | 293.7º | 0.94% | 0.67% | - |
| XYZ | 21.07 | 10.16 | 39.88 | - |
| YUV | 71.82 | 184.54 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 10 | 172 | 0.10 | 0.94 | 0 | 0.33 | 293.7 | 0.89 | 0.36 |
| Hex | 9B | A | AC | A | 5E | 0 | 21 | 126 | 59 | 24 |
| Octal | 233 | 12 | 254 | 12 | 136 | 0 | 41 | 446 | 131 | 44 |
| Binary | 10011011 | 1010 | 10101100 | 1010 | 1011110 | 0 | 100001 | 100100110 | 1011001 | 100100 |
Color Harmonies of #9B0AAC
Complementary color
Monochromatic Colors of #9B0AAC
Black with #9B0AAC
Text Example
Text Example
White with #9B0AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0AAC; }
p { color: rgb(155,10,172); }
H1.HeaderClassName
{
color: #9B0AAC;
}
.AnyTagClassName
{
color: #9B0AAC;
}
</style>
background-color css
<style>
a { background-color: #9B0AAC; }
a { background-color: rgb(155,10,172); }
div.DivClassName
{
background-color: #9B0AAC;
}
.BgClassName
{
background-color: #9B0AAC;
}
</style>
border-color css
<style>
span { border-color: #9B0AAC; }
span { border-color: rgb(155,10,172); }
td.TdClassName
{
border-color: #9B0AAC;
}
.TagClassName
{
border-color: #9B0AAC;
}
</style>