Shades of Dark Magenta #89009E
Tints of Dark Magenta #89009E
RGB
CMYK
RGB Variations
Color information
#89009E (or 0x89009E) is known color: Dark Magenta. HEX triplet: 89, 00 and 9E. RGB value is (137,0,158). Sum of RGB (Red+Green+Blue) = 137+0+158=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #89009E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89009E is #76FF61. Grayscale: #3A3A3A. Windows color (decimal): -7798626 or 10354825. OLE color: 10354825.
HSL color Cylindrical-coordinate representation of color #89009E: hue angle of 292.03º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #89009E is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 0 | 158 | - |
| CMYK | 0.13 | 1 | 0 | 0.38 |
| HSL | 292.03º | 1% | 0.31% | - |
| HSV(B) | 292.03º | 1% | 0.62% | - |
| XYZ | 16.49 | 7.79 | 32.98 | - |
| YUV | 58.98 | 183.89 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 158 | 0.13 | 1 | 0 | 0.38 | 292.03 | 1 | 0.31 |
| Hex | 89 | 0 | 9E | D | 64 | 0 | 26 | 124 | 64 | 1F |
| Octal | 211 | 0 | 236 | 15 | 144 | 0 | 46 | 444 | 144 | 37 |
| Binary | 10001001 | 0 | 10011110 | 1101 | 1100100 | 0 | 100110 | 100100100 | 1100100 | 11111 |
Color Harmonies of #89009E
Complementary color
Monochromatic Colors of #89009E
Black with #89009E
Text Example
Text Example
White with #89009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89009E; }
p { color: rgb(137,0,158); }
H1.HeaderClassName
{
color: #89009E;
}
.AnyTagClassName
{
color: #89009E;
}
</style>
background-color css
<style>
a { background-color: #89009E; }
a { background-color: rgb(137,0,158); }
div.DivClassName
{
background-color: #89009E;
}
.BgClassName
{
background-color: #89009E;
}
</style>
border-color css
<style>
span { border-color: #89009E; }
span { border-color: rgb(137,0,158); }
td.TdClassName
{
border-color: #89009E;
}
.TagClassName
{
border-color: #89009E;
}
</style>