Shades of Dark Magenta #890CA3
Tints of Dark Magenta #890CA3
RGB
CMYK
RGB Variations
Color information
#890CA3 (or 0x890CA3) is known color: Dark Magenta. HEX triplet: 89, 0C and A3. RGB value is (137,12,163). Sum of RGB (Red+Green+Blue) = 137+12+163=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 163 (64.06% from 255 or 52.24% from 312); Max value from RGB is 163 - color contains mainly: blue. Hex color #890CA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890CA3 is #76F35C. Grayscale: #424242. Windows color (decimal): -7795549 or 10685577. OLE color: 10685577.
HSL color Cylindrical-coordinate representation of color #890CA3: hue angle of 289.67º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890CA3 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 12 | 163 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.36 |
| HSL | 289.67º | 0.86% | 0.34% | - |
| HSV(B) | 289.67º | 0.93% | 0.64% | - |
| XYZ | 17.06 | 8.23 | 35.34 | - |
| YUV | 66.59 | 182.41 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 163 | 0.16 | 0.93 | 0 | 0.36 | 289.67 | 0.86 | 0.34 |
| Hex | 89 | C | A3 | 10 | 5D | 0 | 24 | 122 | 56 | 22 |
| Octal | 211 | 14 | 243 | 20 | 135 | 0 | 44 | 442 | 126 | 42 |
| Binary | 10001001 | 1100 | 10100011 | 10000 | 1011101 | 0 | 100100 | 100100010 | 1010110 | 100010 |
Color Harmonies of #890CA3
Complementary color
Monochromatic Colors of #890CA3
Black with #890CA3
Text Example
Text Example
White with #890CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890CA3; }
p { color: rgb(137,12,163); }
H1.HeaderClassName
{
color: #890CA3;
}
.AnyTagClassName
{
color: #890CA3;
}
</style>
background-color css
<style>
a { background-color: #890CA3; }
a { background-color: rgb(137,12,163); }
div.DivClassName
{
background-color: #890CA3;
}
.BgClassName
{
background-color: #890CA3;
}
</style>
border-color css
<style>
span { border-color: #890CA3; }
span { border-color: rgb(137,12,163); }
td.TdClassName
{
border-color: #890CA3;
}
.TagClassName
{
border-color: #890CA3;
}
</style>