Shades of Dark Magenta #890FA5
Tints of Dark Magenta #890FA5
RGB
CMYK
RGB Variations
Color information
#890FA5 (or 0x890FA5) is known color: Dark Magenta. HEX triplet: 89, 0F and A5. RGB value is (137,15,165). Sum of RGB (Red+Green+Blue) = 137+15+165=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 165 (64.84% from 255 or 52.05% from 317); Max value from RGB is 165 - color contains mainly: blue. Hex color #890FA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890FA5 is #76F05A. Grayscale: #444444. Windows color (decimal): -7794779 or 10817417. OLE color: 10817417.
HSL color Cylindrical-coordinate representation of color #890FA5: hue angle of 288.8º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890FA5 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 137 | 15 | 165 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.35 |
| HSL | 288.8º | 0.83% | 0.35% | - |
| HSV(B) | 288.8º | 0.91% | 0.65% | - |
| XYZ | 17.28 | 8.38 | 36.3 | - |
| YUV | 68.58 | 182.42 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 165 | 0.17 | 0.91 | 0 | 0.35 | 288.8 | 0.83 | 0.35 |
| Hex | 89 | F | A5 | 11 | 5B | 0 | 23 | 121 | 53 | 23 |
| Octal | 211 | 17 | 245 | 21 | 133 | 0 | 43 | 441 | 123 | 43 |
| Binary | 10001001 | 1111 | 10100101 | 10001 | 1011011 | 0 | 100011 | 100100001 | 1010011 | 100011 |
Color Harmonies of #890FA5
Complementary color
Monochromatic Colors of #890FA5
Black with #890FA5
Text Example
Text Example
White with #890FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890FA5; }
p { color: rgb(137,15,165); }
H1.HeaderClassName
{
color: #890FA5;
}
.AnyTagClassName
{
color: #890FA5;
}
</style>
background-color css
<style>
a { background-color: #890FA5; }
a { background-color: rgb(137,15,165); }
div.DivClassName
{
background-color: #890FA5;
}
.BgClassName
{
background-color: #890FA5;
}
</style>
border-color css
<style>
span { border-color: #890FA5; }
span { border-color: rgb(137,15,165); }
td.TdClassName
{
border-color: #890FA5;
}
.TagClassName
{
border-color: #890FA5;
}
</style>