Shades of Dark Magenta #89019E
Tints of Dark Magenta #89019E
RGB
CMYK
RGB Variations
Color information
#89019E (or 0x89019E) is known color: Dark Magenta. HEX triplet: 89, 01 and 9E. RGB value is (137,1,158). Sum of RGB (Red+Green+Blue) = 137+1+158=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 158 (62.11% from 255 or 53.38% from 296); Max value from RGB is 158 - color contains mainly: blue. Hex color #89019E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89019E is #76FE61. Grayscale: #3B3B3B. Windows color (decimal): -7798370 or 10355081. OLE color: 10355081.
HSL color Cylindrical-coordinate representation of color #89019E: hue angle of 291.97º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89019E is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 1 | 158 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.38 |
| HSL | 291.97º | 0.99% | 0.31% | - |
| HSV(B) | 291.97º | 0.99% | 0.62% | - |
| XYZ | 16.5 | 7.81 | 32.99 | - |
| YUV | 59.56 | 183.56 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 1 | 158 | 0.13 | 0.99 | 0 | 0.38 | 291.97 | 0.99 | 0.31 |
| Hex | 89 | 1 | 9E | D | 63 | 0 | 26 | 124 | 63 | 1F |
| Octal | 211 | 1 | 236 | 15 | 143 | 0 | 46 | 444 | 143 | 37 |
| Binary | 10001001 | 1 | 10011110 | 1101 | 1100011 | 0 | 100110 | 100100100 | 1100011 | 11111 |
Color Harmonies of #89019E
Complementary color
Monochromatic Colors of #89019E
Black with #89019E
Text Example
Text Example
White with #89019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89019E; }
p { color: rgb(137,1,158); }
H1.HeaderClassName
{
color: #89019E;
}
.AnyTagClassName
{
color: #89019E;
}
</style>
background-color css
<style>
a { background-color: #89019E; }
a { background-color: rgb(137,1,158); }
div.DivClassName
{
background-color: #89019E;
}
.BgClassName
{
background-color: #89019E;
}
</style>
border-color css
<style>
span { border-color: #89019E; }
span { border-color: rgb(137,1,158); }
td.TdClassName
{
border-color: #89019E;
}
.TagClassName
{
border-color: #89019E;
}
</style>