Shades of Dark Magenta #89109A
Tints of Dark Magenta #89109A
RGB
CMYK
RGB Variations
Color information
#89109A (or 0x89109A) is known color: Dark Magenta. HEX triplet: 89, 10 and 9A. RGB value is (137,16,154). Sum of RGB (Red+Green+Blue) = 137+16+154=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 154 (60.55% from 255 or 50.16% from 307); Max value from RGB is 154 - color contains mainly: blue. Hex color #89109A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89109A is #76EF65. Grayscale: #434343. Windows color (decimal): -7794534 or 10096777. OLE color: 10096777.
HSL color Cylindrical-coordinate representation of color #89109A: hue angle of 292.61º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #89109A is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 16 | 154 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.40 |
| HSL | 292.61º | 0.81% | 0.33% | - |
| HSV(B) | 292.61º | 0.9% | 0.6% | - |
| XYZ | 16.33 | 8.02 | 31.26 | - |
| YUV | 67.91 | 176.59 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 16 | 154 | 0.11 | 0.90 | 0 | 0.40 | 292.61 | 0.81 | 0.33 |
| Hex | 89 | 10 | 9A | B | 5A | 0 | 28 | 125 | 51 | 21 |
| Octal | 211 | 20 | 232 | 13 | 132 | 0 | 50 | 445 | 121 | 41 |
| Binary | 10001001 | 10000 | 10011010 | 1011 | 1011010 | 0 | 101000 | 100100101 | 1010001 | 100001 |
Color Harmonies of #89109A
Complementary color
Monochromatic Colors of #89109A
Black with #89109A
Text Example
Text Example
White with #89109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89109A; }
p { color: rgb(137,16,154); }
H1.HeaderClassName
{
color: #89109A;
}
.AnyTagClassName
{
color: #89109A;
}
</style>
background-color css
<style>
a { background-color: #89109A; }
a { background-color: rgb(137,16,154); }
div.DivClassName
{
background-color: #89109A;
}
.BgClassName
{
background-color: #89109A;
}
</style>
border-color css
<style>
span { border-color: #89109A; }
span { border-color: rgb(137,16,154); }
td.TdClassName
{
border-color: #89109A;
}
.TagClassName
{
border-color: #89109A;
}
</style>