Shades of Dark Magenta #9A0D89
Tints of Dark Magenta #9A0D89
RGB
CMYK
RGB Variations
Color information
#9A0D89 (or 0x9A0D89) is known color: Dark Magenta. HEX triplet: 9A, 0D and 89. RGB value is (154,13,137). Sum of RGB (Red+Green+Blue) = 154+13+137=304 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.66% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0D89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0D89 is #65F276. Grayscale: #444444. Windows color (decimal): -6681207 or 8981914. OLE color: 8981914.
HSL color Cylindrical-coordinate representation of color #9A0D89: hue angle of 307.23º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A0D89 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 13 | 137 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.40 |
| HSL | 307.23º | 0.84% | 0.33% | - |
| HSV(B) | 307.23º | 0.92% | 0.6% | - |
| XYZ | 17.99 | 8.96 | 24.45 | - |
| YUV | 69.3 | 166.21 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 13 | 137 | 0 | 0.92 | 0.11 | 0.40 | 307.23 | 0.84 | 0.33 |
| Hex | 9A | D | 89 | 0 | 5C | B | 28 | 133 | 54 | 21 |
| Octal | 232 | 15 | 211 | 0 | 134 | 13 | 50 | 463 | 124 | 41 |
| Binary | 10011010 | 1101 | 10001001 | 0 | 1011100 | 1011 | 101000 | 100110011 | 1010100 | 100001 |
Color Harmonies of #9A0D89
Complementary color
Monochromatic Colors of #9A0D89
Black with #9A0D89
Text Example
Text Example
White with #9A0D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0D89; }
p { color: rgb(154,13,137); }
H1.HeaderClassName
{
color: #9A0D89;
}
.AnyTagClassName
{
color: #9A0D89;
}
</style>
background-color css
<style>
a { background-color: #9A0D89; }
a { background-color: rgb(154,13,137); }
div.DivClassName
{
background-color: #9A0D89;
}
.BgClassName
{
background-color: #9A0D89;
}
</style>
border-color css
<style>
span { border-color: #9A0D89; }
span { border-color: rgb(154,13,137); }
td.TdClassName
{
border-color: #9A0D89;
}
.TagClassName
{
border-color: #9A0D89;
}
</style>