Shades of Dark Magenta #9A0A9B
Tints of Dark Magenta #9A0A9B
RGB
CMYK
RGB Variations
Color information
#9A0A9B (or 0x9A0A9B) is known color: Dark Magenta. HEX triplet: 9A, 0A and 9B. RGB value is (154,10,155). Sum of RGB (Red+Green+Blue) = 154+10+155=319 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.28% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A0A9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0A9B is #65F564. Grayscale: #454545. Windows color (decimal): -6681957 or 10160794. OLE color: 10160794.
HSL color Cylindrical-coordinate representation of color #9A0A9B: hue angle of 299.59º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0A9B is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 154 | 10 | 155 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.39 |
| HSL | 299.59º | 0.88% | 0.32% | - |
| HSV(B) | 299.59º | 0.94% | 0.61% | - |
| XYZ | 19.35 | 9.45 | 31.82 | - |
| YUV | 69.59 | 176.21 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 10 | 155 | 0.01 | 0.94 | 0 | 0.39 | 299.59 | 0.88 | 0.32 |
| Hex | 9A | A | 9B | 1 | 5E | 0 | 27 | 12C | 58 | 20 |
| Octal | 232 | 12 | 233 | 1 | 136 | 0 | 47 | 454 | 130 | 40 |
| Binary | 10011010 | 1010 | 10011011 | 1 | 1011110 | 0 | 100111 | 100101100 | 1011000 | 100000 |
Color Harmonies of #9A0A9B
Complementary color
Monochromatic Colors of #9A0A9B
Black with #9A0A9B
Text Example
Text Example
White with #9A0A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0A9B; }
p { color: rgb(154,10,155); }
H1.HeaderClassName
{
color: #9A0A9B;
}
.AnyTagClassName
{
color: #9A0A9B;
}
</style>
background-color css
<style>
a { background-color: #9A0A9B; }
a { background-color: rgb(154,10,155); }
div.DivClassName
{
background-color: #9A0A9B;
}
.BgClassName
{
background-color: #9A0A9B;
}
</style>
border-color css
<style>
span { border-color: #9A0A9B; }
span { border-color: rgb(154,10,155); }
td.TdClassName
{
border-color: #9A0A9B;
}
.TagClassName
{
border-color: #9A0A9B;
}
</style>