Shades of Dark Magenta #890D94
Tints of Dark Magenta #890D94
RGB
CMYK
RGB Variations
Color information
#890D94 (or 0x890D94) is known color: Dark Magenta. HEX triplet: 89, 0D and 94. RGB value is (137,13,148). Sum of RGB (Red+Green+Blue) = 137+13+148=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 148 (58.20% from 255 or 49.66% from 298); Max value from RGB is 148 - color contains mainly: blue. Hex color #890D94 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890D94 is #76F26B. Grayscale: #414141. Windows color (decimal): -7795308 or 9702793. OLE color: 9702793.
HSL color Cylindrical-coordinate representation of color #890D94: hue angle of 295.11º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890D94 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 13 | 148 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.42 |
| HSL | 295.11º | 0.84% | 0.32% | - |
| HSV(B) | 295.11º | 0.91% | 0.58% | - |
| XYZ | 15.81 | 7.74 | 28.68 | - |
| YUV | 65.47 | 174.58 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 148 | 0.07 | 0.91 | 0 | 0.42 | 295.11 | 0.84 | 0.32 |
| Hex | 89 | D | 94 | 7 | 5B | 0 | 2A | 127 | 54 | 20 |
| Octal | 211 | 15 | 224 | 7 | 133 | 0 | 52 | 447 | 124 | 40 |
| Binary | 10001001 | 1101 | 10010100 | 111 | 1011011 | 0 | 101010 | 100100111 | 1010100 | 100000 |
Color Harmonies of #890D94
Complementary color
Monochromatic Colors of #890D94
Black with #890D94
Text Example
Text Example
White with #890D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D94; }
p { color: rgb(137,13,148); }
H1.HeaderClassName
{
color: #890D94;
}
.AnyTagClassName
{
color: #890D94;
}
</style>
background-color css
<style>
a { background-color: #890D94; }
a { background-color: rgb(137,13,148); }
div.DivClassName
{
background-color: #890D94;
}
.BgClassName
{
background-color: #890D94;
}
</style>
border-color css
<style>
span { border-color: #890D94; }
span { border-color: rgb(137,13,148); }
td.TdClassName
{
border-color: #890D94;
}
.TagClassName
{
border-color: #890D94;
}
</style>