Shades of Dark Magenta #890FA6
Tints of Dark Magenta #890FA6
RGB
CMYK
RGB Variations
Color information
#890FA6 (or 0x890FA6) is known color: Dark Magenta. HEX triplet: 89, 0F and A6. RGB value is (137,15,166). Sum of RGB (Red+Green+Blue) = 137+15+166=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 166 (65.23% from 255 or 52.20% from 318); Max value from RGB is 166 - color contains mainly: blue. Hex color #890FA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890FA6 is #76F059. Grayscale: #444444. Windows color (decimal): -7794778 or 10882953. OLE color: 10882953.
HSL color Cylindrical-coordinate representation of color #890FA6: hue angle of 288.48º 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 #890FA6 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 137 | 15 | 166 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.35 |
| HSL | 288.48º | 0.83% | 0.35% | - |
| HSV(B) | 288.48º | 0.91% | 0.65% | - |
| XYZ | 17.37 | 8.41 | 36.78 | - |
| YUV | 68.69 | 182.92 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 166 | 0.17 | 0.91 | 0 | 0.35 | 288.48 | 0.83 | 0.35 |
| Hex | 89 | F | A6 | 11 | 5B | 0 | 23 | 120 | 53 | 23 |
| Octal | 211 | 17 | 246 | 21 | 133 | 0 | 43 | 440 | 123 | 43 |
| Binary | 10001001 | 1111 | 10100110 | 10001 | 1011011 | 0 | 100011 | 100100000 | 1010011 | 100011 |
Color Harmonies of #890FA6
Complementary color
Monochromatic Colors of #890FA6
Black with #890FA6
Text Example
Text Example
White with #890FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890FA6; }
p { color: rgb(137,15,166); }
H1.HeaderClassName
{
color: #890FA6;
}
.AnyTagClassName
{
color: #890FA6;
}
</style>
background-color css
<style>
a { background-color: #890FA6; }
a { background-color: rgb(137,15,166); }
div.DivClassName
{
background-color: #890FA6;
}
.BgClassName
{
background-color: #890FA6;
}
</style>
border-color css
<style>
span { border-color: #890FA6; }
span { border-color: rgb(137,15,166); }
td.TdClassName
{
border-color: #890FA6;
}
.TagClassName
{
border-color: #890FA6;
}
</style>