Shades of Dark Magenta #890193
Tints of Dark Magenta #890193
RGB
CMYK
RGB Variations
Color information
#890193 (or 0x890193) is known color: Dark Magenta. HEX triplet: 89, 01 and 93. RGB value is (137,1,147). Sum of RGB (Red+Green+Blue) = 137+1+147=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #890193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890193 is #76FE6C. Grayscale: #393939. Windows color (decimal): -7798381 or 9634185. OLE color: 9634185.
HSL color Cylindrical-coordinate representation of color #890193: hue angle of 295.89º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #890193 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 1 | 147 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.42 |
| HSL | 295.89º | 0.99% | 0.29% | - |
| HSV(B) | 295.89º | 0.99% | 0.58% | - |
| XYZ | 15.59 | 7.45 | 28.22 | - |
| YUV | 58.31 | 178.06 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 1 | 147 | 0.07 | 0.99 | 0 | 0.42 | 295.89 | 0.99 | 0.29 |
| Hex | 89 | 1 | 93 | 7 | 63 | 0 | 2A | 128 | 63 | 1D |
| Octal | 211 | 1 | 223 | 7 | 143 | 0 | 52 | 450 | 143 | 35 |
| Binary | 10001001 | 1 | 10010011 | 111 | 1100011 | 0 | 101010 | 100101000 | 1100011 | 11101 |
Color Harmonies of #890193
Complementary color
Monochromatic Colors of #890193
Black with #890193
Text Example
Text Example
White with #890193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890193; }
p { color: rgb(137,1,147); }
H1.HeaderClassName
{
color: #890193;
}
.AnyTagClassName
{
color: #890193;
}
</style>
background-color css
<style>
a { background-color: #890193; }
a { background-color: rgb(137,1,147); }
div.DivClassName
{
background-color: #890193;
}
.BgClassName
{
background-color: #890193;
}
</style>
border-color css
<style>
span { border-color: #890193; }
span { border-color: rgb(137,1,147); }
td.TdClassName
{
border-color: #890193;
}
.TagClassName
{
border-color: #890193;
}
</style>