Use µg/mL to µM calculator to convert mass concentration to molar concentration using molecular weight. Enter µg/mL and molar mass to get µM instantly, or reverse the calculation to convert µM back to µg/mL.
Molar concentration derivations within the architecture rely on a strict bipartite normalization protocol, explicitly parsing all operational input vectors to a base state of $g/L$ for mass and $g/mol$ for molecular weight prior to resolving the final unit scalar.
Reference Mass Constants for Biological Assays
| Target Compound / Protein | Anhydrous Molecular Weight (g/mol) | Standard Assay Range | Dissociation Factor (i) |
| Bovine Serum Albumin (BSA) | 66,463.00 | $0.1 – 100 \ \mu g/mL$ | 1 |
| Immunoglobulin G (IgG) | ~150,000.00 | $1 – 50 \ \mu g/mL$ | 1 |
| Adenosine Triphosphate (ATP) | 507.18 | $10 – 500 \ \mu M$ | 1 |
| Sodium Chloride (NaCl) | 58.44 | $0.9\% \ (w/v)$ | 2 |
| D-Glucose | 180.156 | $1 – 25 \ mM$ | 1 |
Consultant’s Note
In practical biological assays, this stoichiometric conversion frequently fails due to uncalculated hydration states, hygroscopic moisture absorption, or neglecting counter-ion mass in salt forms. A compound weighed as exactly 100 ug/mL yields a significantly lower effective molarity if the anhydrous molecular weight is assumed instead of the true solvated mass.
Core Extraction Logic
The calculation engine executes bi-directional transformations by applying strict magnitude mappings ($\kappa$) sourced from the UNITS index configuration. For the to_molar evaluation state, the sequence functions via the following logic:
$$C_{M_{target}} = \left( \frac{C_{m_{input}} \cdot \kappa_{m_{scalar}}}{MW_{input} \cdot \kappa_{mw_{scalar}}} \right) \cdot \kappa_{M_{out}}^{-1}$$
Where:
- $C_{M_{target}}$ represents the final synthesized molarity (e.g., $\mu M$, $nM$).
- $C_{m_{input}}$ defines the initial mass concentration parameter.
- $MW_{input}$ isolates the target entity’s given molecular mass.
- $\kappa_{m_{scalar}}$ acts as the order-of-magnitude coefficient to $g/L$ (e.g., $1 \times 10^{-3}$ for $\mu g/mL$).
- $\kappa_{mw_{scalar}}$ normalizes Daltons or fractional mass constructs directly to standard $g/mol$.
- $\kappa_{M_{out}}^{-1}$ applies the inverse array mapping to render the final isolated format.
During inverse pipeline evaluation (to_mass mode), the scalar matrix resolves through sequential product evaluation:
$$C_{m_{target}} = \left[ \left( C_{M_{input}} \cdot \kappa_{M_{scalar}} \right) \times \left( MW_{input} \cdot \kappa_{mw_{scalar}} \right) \right] \cdot \kappa_{m_{out}}^{-1}$$
Related Tools & Calculators:
